mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Update task name
This commit is contained in:
parent
9ff0711a73
commit
503ec3d413
1 changed files with 3 additions and 1 deletions
|
|
@ -244,7 +244,9 @@ export const importFromIntegrationResolver = authorized<
|
|||
}
|
||||
|
||||
// create a task to import all the pages
|
||||
await enqueueImportFromIntegration(uid, integration.id)
|
||||
const taskName = await enqueueImportFromIntegration(uid, integration.id)
|
||||
// update task name in integration
|
||||
await getRepository(Integration).update(integration.id, { taskName })
|
||||
|
||||
analytics.track({
|
||||
userId: uid,
|
||||
|
|
|
|||
Loading…
Reference in a new issue