refactor(server): use zod time validation (#29189)

This commit is contained in:
Timon
2026-06-18 11:56:02 +00:00
committed by GitHub
parent 83091d2834
commit 09d0380804
6 changed files with 11 additions and 11 deletions
@@ -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',
},
]),
);