From 84a1abf3477abbbee136979bd0bde08ae6c54ceb Mon Sep 17 00:00:00 2001 From: kolaente Date: Mon, 3 Oct 2022 15:37:54 +0200 Subject: [PATCH] fix: lint --- src/stores/tasks.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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, }) - } + }, }, })