Skip to content

Commit

Permalink
Add 15sec and 20sec durations in Millisecond enum
Browse files Browse the repository at this point in the history
  • Loading branch information
pH-7 committed May 16, 2024
1 parent fa1e1de commit 1f8d8ac
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions client/constants/time.constant.ts
Original file line number Diff line number Diff line change
Expand Up @@ -5,4 +5,6 @@ export enum Millisecond {
FOUR_SECOND = 4000,
FIVE_SECOND = 5000,
TEN_SECOND = 10000,
FIFTEEN_SECOND = 15000,
TWENTY_SECOND = 20000,
}

0 comments on commit 1f8d8ac

Please sign in to comment.