1
0
Fork 0
mirror of synced 2024-09-08 21:51:58 +12:00
This commit is contained in:
Adria Navarro 2023-05-16 13:22:02 +02:00
parent 419e2de602
commit 87497fee73

View file

@ -103,6 +103,7 @@ class AirtableIntegration implements IntegrationBase {
e.message === e.message ===
`Could not find table ${mockTable} in application ${this.config.base}` `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 } return { connected: true }
} }