Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

[bugfix] convert milliseconds to seconds. #331

Merged
merged 2 commits into from
Oct 23, 2024

Conversation

jiyoung-an
Copy link
Member

@jiyoung-an jiyoung-an commented Oct 23, 2024

Summary

  • convert milliseconds to seconds.

@jiyoung-an jiyoung-an added the bug Something isn't working label Oct 23, 2024
@jiyoung-an jiyoung-an self-assigned this Oct 23, 2024
Copy link

@minjaeli minjaeli left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with comments! thanks!

src/utils/util.ts Show resolved Hide resolved
@jiyoung-an
Copy link
Member Author

Thank you for review @minjaeli!

@jiyoung-an jiyoung-an merged commit f10b7fa into develop Oct 23, 2024
};

export const isMillisecond = (timestamp: number) => {
return timestamp.toString().length === 13;
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

minor: maybe >= 13 would be better?

Copy link
Member

@platfowner platfowner left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

LGTM with some minor comments.
Thanks!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

3 participants