fix(lint): unnecessary catch clause
This commit is contained in:
parent
2f2fb357c1
commit
68219ee224
1 changed files with 0 additions and 2 deletions
|
@ -384,8 +384,6 @@ export const useTaskStore = defineStore('task', {
|
|||
parsedLabels: parsedTask.labels,
|
||||
})
|
||||
return result
|
||||
} catch (e) {
|
||||
throw e
|
||||
} finally {
|
||||
cancel()
|
||||
}
|
||||
|
|
Loading…
Reference in a new issue