chore: make amounts const
This commit is contained in:
parent
a341dbd5d2
commit
d5bc1cd1d6
1 changed files with 1 additions and 1 deletions
|
@ -10,7 +10,7 @@ export const AMOUNTS_IN_SECONDS: {
|
|||
hours: 60 * 60,
|
||||
days: 60 * 60 * 24,
|
||||
months: 60 * 60 * 24 * 30,
|
||||
}
|
||||
} as const
|
||||
|
||||
interface DefaultReminderSettings {
|
||||
enabled: boolean,
|
||||
|
|
Loading…
Reference in a new issue