mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
delete log
This commit is contained in:
parent
f47f4c1c47
commit
6af6f8ac6c
1 changed files with 1 additions and 2 deletions
|
|
@ -98,8 +98,7 @@ export const setIntegrationResolver = authorized<
|
|||
}
|
||||
|
||||
// create a task to sync all the pages if new integration or enable integration (export type)
|
||||
const job = await enqueueExportAllItems(integration.id, uid)
|
||||
log.info('enqueued job', job)
|
||||
await enqueueExportAllItems(integration.id, uid)
|
||||
} else if (integrationToSave.taskName) {
|
||||
// delete the task if disable integration and task exists
|
||||
const result = await deleteTask(integrationToSave.taskName)
|
||||
|
|
|
|||
Loading…
Reference in a new issue