Skip to content

Commit

Permalink
second precision fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
zbigg committed Sep 20, 2023
1 parent 225601d commit ed102a8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -13,7 +13,7 @@ const TIME_WINDOW_STEP_BY_STEP_SIZE = {
[GroupDateTypes.WEEKS]: 60 * 60 * 24, // Day
[GroupDateTypes.DAYS]: 60 * 60 * 12, // Half day
[GroupDateTypes.HOURS]: 60 * 60, // Hour
[GroupDateTypes.MINUTES]: 60 * 15 // Quarter hour,
[GroupDateTypes.MINUTES]: 60 * 15, // Quarter hour,
[GroupDateTypes.SECONDS]: 1 // Second,
};

Expand Down

0 comments on commit ed102a8

Please sign in to comment.