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

Fix #24 handle day unit #35

Merged
merged 1 commit into from
Oct 4, 2022
Merged

Fix #24 handle day unit #35

merged 1 commit into from
Oct 4, 2022

Conversation

boly38
Copy link
Owner

@boly38 boly38 commented Oct 4, 2022

Fix #24 handle day unit

  • fix event date time format

var options = manual.getOptions()
options.period = '1month';
options.unit = 'hour';
await manual.report(options);

Choose a reason for hiding this comment

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

just remove await from top level

@boly38 boly38 self-assigned this Oct 4, 2022
@boly38 boly38 requested a review from creharmony October 4, 2022 18:40
creharmony
creharmony previously approved these changes Oct 4, 2022
- fix event date time format
- CR hound
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

handle 'day' unit properly
2 participants