mirror of
https://github.com/immich-app/immich
synced 2026-08-15 13:03:57 +00:00
refactor(server): use zod time validation (#29189)
This commit is contained in:
parent
83091d2834
commit
09d0380804
6 changed files with 11 additions and 11 deletions
|
|
@ -2501,7 +2501,7 @@ export type SystemConfigNightlyTasksDto = {
|
|||
generateMemories: boolean;
|
||||
/** Missing thumbnails */
|
||||
missingThumbnails: boolean;
|
||||
/** Start time */
|
||||
/** Start time (HH:MM) */
|
||||
startTime: string;
|
||||
/** Sync quota usage */
|
||||
syncQuotaUsage: boolean;
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue