mirror of
https://github.com/immich-app/immich.git
synced 2026-08-01 08:30:54 -07:00
refactor(server): use zod time validation (#29189)
This commit is contained in:
@@ -70,7 +70,7 @@ describe(SystemConfigController.name, () => {
|
||||
errorDto.validationError([
|
||||
{
|
||||
path: ['nightlyTasks', 'startTime'],
|
||||
message: 'Invalid input: expected string in HH:mm format, received string',
|
||||
message: 'Invalid input: expected string in HH:MM format, received string',
|
||||
},
|
||||
]),
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user