Merge pull request #3698 from omnivore-app/fix/notion

Fix: notion
This commit is contained in:
Hongbo Wu
2024-03-21 14:08:16 +08:00
committed by GitHub
17 changed files with 1712 additions and 258 deletions

View File

@ -603,7 +603,7 @@ export const enqueueImportFromIntegration = async (
return createdTasks[0].name
}
export const enqueueExportAllItems = async (
export const enqueueExportToIntegration = async (
integrationId: string,
userId: string
) => {