1
0
Fork 0
mirror of synced 2024-07-06 15:00:49 +12:00

Remove unnecessary load info

This commit is contained in:
Adria Navarro 2023-05-23 10:18:37 +02:00
parent b7b604ca00
commit 023373bb25

View file

@ -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 {