chore: make amounts const

This commit is contained in:
kolaente 2022-09-30 13:22:46 +02:00
parent a341dbd5d2
commit d5bc1cd1d6
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -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,