fix: requireFields toegevoegd op plaatsen

This commit is contained in:
Adriaan Jacquet 2025-04-06 19:29:08 +02:00
parent dde672befd
commit 441b77b8cd
3 changed files with 2 additions and 1 deletions

View file

@ -3,6 +3,7 @@ import { createGroup, getAllGroups, getGroup, getGroupSubmissions } from '../ser
import { GroupDTO } from '@dwengo-1/common/interfaces/group';
import { requireFields } from './error-helper.js';
import { BadRequestException } from '../exceptions/bad-request-exception.js';
import { getLogger } from '../logging/initalize.js';
export async function getGroupHandler(req: Request, res: Response): Promise<void> {
const classId = req.params.classid;