fix: lint

This commit is contained in:
kolaente 2022-10-03 15:37:54 +02:00
parent ee3965eae9
commit 84a1abf347
Signed by: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 1 additions and 1 deletions

View File

@ -415,7 +415,7 @@ export const useTaskStore = defineStore('task', {
...task,
coverImageAttachmentId: attachment ? attachment.id : 0,
})
}
},
},
})