Skip to content

Commit

Permalink
Linter fix
Browse files Browse the repository at this point in the history
  • Loading branch information
zuuring committed Mar 12, 2024
1 parent 239a6f7 commit 33988c1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/globals.ts
Original file line number Diff line number Diff line change
Expand Up @@ -4,4 +4,4 @@ export const SECOND = 1
export const MINUTE = 60 * SECOND
export const HOUR = 60 * MINUTE
export const DAY = 24 * HOUR
export const WEEK = 7 * DAY
export const WEEK = 7 * DAY

0 comments on commit 33988c1

Please sign in to comment.