This commit is contained in:
Adria Navarro 2024-05-16 14:43:42 +02:00
parent 7807b734bb
commit a780a29337
1 changed files with 0 additions and 3 deletions

View File

@ -261,9 +261,6 @@ class GoogleSheetsIntegration implements DatasourcePlus {
clients: {}, clients: {},
} }
bbCtx.cleanup = bbCtx.cleanup || [] bbCtx.cleanup = bbCtx.cleanup || []
this.client = new GoogleSpreadsheet(this.spreadsheetId, oauthClient)
await this.client.loadInfo()
} }
} }