style: fix linting issues met Prettier

This commit is contained in:
Lint Action 2025-05-20 11:30:53 +00:00
parent 85221b4cfe
commit ca95603f97
3 changed files with 7 additions and 3 deletions

View file

@ -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);