style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-04-09 22:01:34 +00:00
parent 8e00fa53f0
commit 61424e1ea2
7 changed files with 13 additions and 14 deletions

View file

@ -63,7 +63,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
public async findAllByAssignment(assignment: Assignment): Promise<Question[]> {
return this.find({
inGroup: {
$contained: assignment.groups
$contained: assignment.groups,
},
learningObjectHruid: assignment.learningPathHruid,
learningObjectLanguage: assignment.learningPathLanguage,