diff --git a/packages/server/src/integrations/googlesheets.ts b/packages/server/src/integrations/googlesheets.ts index 28df55a981..d8a0dc9e65 100644 --- a/packages/server/src/integrations/googlesheets.ts +++ b/packages/server/src/integrations/googlesheets.ts @@ -261,9 +261,6 @@ class GoogleSheetsIntegration implements DatasourcePlus { clients: {}, } bbCtx.cleanup = bbCtx.cleanup || [] - - this.client = new GoogleSpreadsheet(this.spreadsheetId, oauthClient) - await this.client.loadInfo() } }