diff --git a/packages/server/src/integrations/index.ts b/packages/server/src/integrations/index.ts index 3f5471d332..0a892d7317 100644 --- a/packages/server/src/integrations/index.ts +++ b/packages/server/src/integrations/index.ts @@ -52,9 +52,9 @@ if (!(process.arch === "arm64" && process.platform === "darwin")) { INTEGRATIONS[SourceNames.ORACLE] = oracle.integration } -// if (environment.SELF_HOSTED) { -// DEFINITIONS[SourceNames.GOOGLE_SHEETS] = googlesheets.schema -// } +if (environment.SELF_HOSTED) { + DEFINITIONS[SourceNames.GOOGLE_SHEETS] = googlesheets.schema +} module.exports = { definitions: DEFINITIONS,