This commit is contained in:
Adria Navarro 2023-05-16 13:22:02 +02:00
parent 419e2de602
commit 87497fee73
1 changed files with 1 additions and 0 deletions

View File

@ -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 }
}