merge: fixed merge conflicts on local branch

This commit is contained in:
Adriaan Jacquet 2025-04-03 11:44:21 +02:00
commit 7f7df53d79
4 changed files with 19 additions and 19 deletions

View file

@ -44,4 +44,4 @@ export class AssignmentController extends BaseController {
getGroups(assignmentNumber: number, full = true) {
return this.get<GroupsResponse>(`/${assignmentNumber}/groups`, { full });
}
}
}