fix: lint
This commit is contained in:
parent
c13788f269
commit
a5e4f2437b
4 changed files with 5 additions and 5 deletions
|
@ -111,7 +111,7 @@ export async function createQuestion(loId: LearningObjectIdentifier, questionDat
|
|||
const question = await questionRepository.createQuestion({
|
||||
loId,
|
||||
author,
|
||||
inGroup: inGroup!,
|
||||
inGroup: inGroup,
|
||||
content,
|
||||
});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue