fix: bug gefixt bij zoeken naar items in databank

This commit is contained in:
Adriaan Jacquet 2025-04-22 17:29:39 +02:00
parent 1a344088ab
commit 10749012c6
3 changed files with 4 additions and 4 deletions

View file

@ -1,5 +1,5 @@
import { Request, Response } from 'express';
import { createGroup, deleteGroup, getAllGroups, getGroup, getGroupSubmissions, putGroup } from '../services/groups.js';
import { createGroup, deleteGroup, getAllGroups, getGroup, getGroupQuestions, getGroupSubmissions, putGroup } from '../services/groups.js';
import { GroupDTO } from '@dwengo-1/common/interfaces/group';
import { requireFields } from './error-helper.js';
import { BadRequestException } from '../exceptions/bad-request-exception.js';