1
0
Fork 0
mirror of synced 2024-08-04 21:02:01 +12:00
This commit is contained in:
Adria Navarro 2024-05-16 14:43:42 +02:00
parent 7807b734bb
commit a780a29337

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()
} }
} }