diff --git a/packages/server/src/integrations/googlesheets.ts b/packages/server/src/integrations/googlesheets.ts index 812026e592..0b9b0e2df7 100644 --- a/packages/server/src/integrations/googlesheets.ts +++ b/packages/server/src/integrations/googlesheets.ts @@ -1,6 +1,5 @@ import { ConnectionInfo, - Datasource, DatasourceFeature, DatasourceFieldType, DatasourcePlus, @@ -23,7 +22,6 @@ import fetch from "node-fetch" import { cache, configs, context, HTTPError } from "@budibase/backend-core" import { dataFilters, utils } from "@budibase/shared-core" import { GOOGLE_SHEETS_PRIMARY_KEY } from "../constants" -import sdk from "../sdk" interface GoogleSheetsConfig { spreadsheetId: string