Ran yarn format

This commit is contained in:
2023-12-30 17:35:18 +01:00
parent 443c20a559
commit 7f7b14ce21
17 changed files with 61 additions and 40 deletions

View File

@@ -16,4 +16,4 @@ export default interface Cron {
onComplete?: null | undefined
start?: boolean | null | undefined
timeZone: keyof TimeZones
}
}