feat: duplicate groups

This commit is contained in:
Carlos Valente
2025-05-19 20:01:03 +02:00
committed by arc-alex
parent 11e0215530
commit 2f26f20db5
20 changed files with 448 additions and 88 deletions
@@ -57,8 +57,8 @@ export const rundownSwapValidator = [
},
];
export const paramsMustHaveEventId = [
param('eventId').exists(),
export const paramsMustHaveEntryId = [
param('entryId').exists(),
(req: Request, res: Response, next: NextFunction) => {
const errors = validationResult(req);