diff --git a/src/stores/tasks.ts b/src/stores/tasks.ts index 806635d01..632b1d13c 100644 --- a/src/stores/tasks.ts +++ b/src/stores/tasks.ts @@ -415,7 +415,7 @@ export const useTaskStore = defineStore('task', { ...task, coverImageAttachmentId: attachment ? attachment.id : 0, }) - } + }, }, })