mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Remove duplicated error
This commit is contained in:
parent
dc4126d52c
commit
e1e2f86219
1 changed files with 0 additions and 1 deletions
|
|
@ -115,7 +115,6 @@ const createHttpTaskWithToken = async ({
|
|||
try {
|
||||
return client.createTask({ parent, task })
|
||||
} catch (error) {
|
||||
console.log('error creating task', error)
|
||||
logError(error)
|
||||
return null
|
||||
}
|
||||
|
|
|
|||
Loading…
Reference in a new issue