style(backend): Lint

This commit is contained in:
Gerald Schmittinger 2025-04-08 01:05:27 +02:00
parent d21377cda4
commit 3c3a1d89c6
8 changed files with 28 additions and 29 deletions

View file

@ -75,7 +75,7 @@ export class QuestionRepository extends DwengoEntityRepository<Question> {
assignment: Assignment,
forStudentUsername?: string
): Promise<Question[]> {
let inGroup = forStudentUsername ? {
const inGroup = forStudentUsername ? {
assignment,
members: {
$some: {