style: fix linting issues met Prettier
This commit is contained in:
parent
85221b4cfe
commit
ca95603f97
3 changed files with 7 additions and 3 deletions
|
@ -25,7 +25,7 @@
|
|||
const loID: ComputedRef<LearningObjectIdentifierDTO> = computed(() => ({
|
||||
hruid: props.learningObjectHruid as string,
|
||||
language: props.learningObjectLanguage,
|
||||
version: props.learningObjectVersion
|
||||
version: props.learningObjectVersion,
|
||||
}));
|
||||
const createQuestionMutation = useCreateQuestionMutation(loID);
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue