Comments
This commit is contained in:
parent
419e2de602
commit
87497fee73
|
@ -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 }
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
Loading…
Reference in New Issue