1
0
Fork 0
mirror of synced 2024-07-11 09:15:48 +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 ===
`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 }
}