Remove unnecessary load info
This commit is contained in:
parent
b7b604ca00
commit
023373bb25
|
@ -148,7 +148,6 @@ class GoogleSheetsIntegration implements DatasourcePlus {
|
|||
async testConnection(): Promise<ConnectionInfo> {
|
||||
try {
|
||||
await this.connect()
|
||||
await this.client.loadInfo()
|
||||
return { connected: true }
|
||||
} catch (e: any) {
|
||||
return {
|
||||
|
|
Loading…
Reference in New Issue