diff --git a/packages/server/src/integrations/airtable.ts b/packages/server/src/integrations/airtable.ts index e513c8cfc1..54a91132e3 100644 --- a/packages/server/src/integrations/airtable.ts +++ b/packages/server/src/integrations/airtable.ts @@ -103,6 +103,7 @@ class AirtableIntegration implements IntegrationBase { e.message === `Could not find table ${mockTable} in application ${this.config.base}` ) { + // The request managed to check the application, so the credentials are valid return { connected: true } }