Skip to content

Commit

Permalink
Add oneDay to seconds enum
Browse files Browse the repository at this point in the history
  • Loading branch information
cak committed Apr 15, 2019
1 parent c46ac44 commit 371c77b
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/policies.ts
Original file line number Diff line number Diff line change
Expand Up @@ -680,6 +680,7 @@ export const values = {

export const seconds = {
fiveMinutes: "300",
oneDay: "86400",
oneWeek: "604800",
oneMonth: "2592000",
oneYear: "31536000",
Expand Down

0 comments on commit 371c77b

Please sign in to comment.