Skip to content

Commit 371c77b

Browse files
committed
Add oneDay to seconds enum
1 parent c46ac44 commit 371c77b

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

src/policies.ts

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -680,6 +680,7 @@ export const values = {
680680

681681
export const seconds = {
682682
fiveMinutes: "300",
683+
oneDay: "86400",
683684
oneWeek: "604800",
684685
oneMonth: "2592000",
685686
oneYear: "31536000",

0 commit comments

Comments
 (0)