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> {
|
async testConnection(): Promise<ConnectionInfo> {
|
||||||
try {
|
try {
|
||||||
await this.connect()
|
await this.connect()
|
||||||
await this.client.loadInfo()
|
|
||||||
return { connected: true }
|
return { connected: true }
|
||||||
} catch (e: any) {
|
} catch (e: any) {
|
||||||
return {
|
return {
|
||||||
|
|
Loading…
Reference in New Issue