mirror of
https://github.com/omnivore-app/omnivore.git
synced 2026-03-11 08:54:26 +00:00
Fix async integration handler
This commit is contained in:
parent
21449b1eaa
commit
219e811c47
1 changed files with 1 additions and 1 deletions
|
|
@ -218,7 +218,7 @@ export const importFromIntegrationResolver = authorized<
|
|||
ImportFromIntegrationSuccess,
|
||||
ImportFromIntegrationError,
|
||||
MutationImportFromIntegrationArgs
|
||||
>(async (_, { integrationId }, { claims: { uid }, log }) => {
|
||||
>((_, { integrationId }, { claims: { uid }, log }) => {
|
||||
// const integration = await findIntegration({ id: integrationId }, uid)
|
||||
|
||||
// if (!integration) {
|
||||
|
|
|
|||
Loading…
Reference in a new issue