fix(lint): unnecessary catch clause

This commit is contained in:
kolaente 2022-09-30 22:36:50 +02:00
parent 2f2fb357c1
commit 68219ee224
Signed by untrusted user: konrad
GPG Key ID: F40E70337AB24C9B
1 changed files with 0 additions and 2 deletions

View File

@ -384,8 +384,6 @@ export const useTaskStore = defineStore('task', {
parsedLabels: parsedTask.labels,
})
return result
} catch (e) {
throw e
} finally {
cancel()
}