fix: lint

This commit is contained in:
Gabriellvl 2025-05-09 18:20:06 +02:00
parent c13788f269
commit a5e4f2437b
4 changed files with 5 additions and 5 deletions

View file

@ -111,7 +111,7 @@ export async function createQuestion(loId: LearningObjectIdentifier, questionDat
const question = await questionRepository.createQuestion({
loId,
author,
inGroup: inGroup!,
inGroup: inGroup,
content,
});