Skip to content

Commit

Permalink
Fix build
Browse files Browse the repository at this point in the history
  • Loading branch information
olehmell committed Dec 6, 2023
1 parent cbcdc7d commit 6b127b2
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/constant/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,6 +4,7 @@ export * from './env'

export const FIVE_MINUTES = 5 * 60 * SEC
export const ONE_HOUR = 3600 * SEC
export const ONE_DAY = 24 * 3600 * SEC

export const TEN_MILLION = 10_000_000

Expand Down

0 comments on commit 6b127b2

Please sign in to comment.