Remove duplicated error

This commit is contained in:
Jackson Harper
2024-01-17 16:20:42 +08:00
parent dc4126d52c
commit e1e2f86219

View File

@ -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
}