1
0
Fork 0
mirror of synced 2024-07-07 07:15:43 +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: {},
}
bbCtx.cleanup = bbCtx.cleanup || []
this.client = new GoogleSpreadsheet(this.spreadsheetId, oauthClient)
await this.client.loadInfo()
}
}