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,
|
parsedLabels: parsedTask.labels,
|
||||||
})
|
})
|
||||||
return result
|
return result
|
||||||
} catch (e) {
|
|
||||||
throw e
|
|
||||||
} finally {
|
} finally {
|
||||||
cancel()
|
cancel()
|
||||||
}
|
}
|
||||||
|
|
Loading…
Reference in a new issue