fix(backend): Services en controllers aan gewijzigde primaire sleutel van Question en Submission aangepast.
This commit is contained in:
parent
12c1505ba7
commit
f9b83bc4af
6 changed files with 12 additions and 6 deletions
|
@ -80,6 +80,7 @@ export async function createQuestion(questionDTO: QuestionDTO): Promise<Question
|
|||
await questionRepository.createQuestion({
|
||||
loId,
|
||||
author,
|
||||
inGroup: questionDTO.inGroup,
|
||||
content: questionDTO.content,
|
||||
});
|
||||
} catch (_) {
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue