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
|
|
@ -26144,8 +26144,8 @@
|
|||
"type": "boolean"
|
||||
},
|
||||
"startTime": {
|
||||
"description": "Start time",
|
||||
"pattern": "^([01]\\d|2[0-3]):[0-5]\\d$",
|
||||
"description": "Start time (HH:MM)",
|
||||
"pattern": "^(?:[01]\\d|2[0-3]):[0-5]\\d$",
|
||||
"type": "string"
|
||||
},
|
||||
"syncQuotaUsage": {
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue