re-add gsheets to self host

This commit is contained in:
Martin McKeaveney 2022-03-28 16:46:05 +01:00
parent aed9bfc728
commit 457a4812cf
1 changed files with 3 additions and 3 deletions

View File

@ -52,9 +52,9 @@ if (!(process.arch === "arm64" && process.platform === "darwin")) {
INTEGRATIONS[SourceNames.ORACLE] = oracle.integration INTEGRATIONS[SourceNames.ORACLE] = oracle.integration
} }
// if (environment.SELF_HOSTED) { if (environment.SELF_HOSTED) {
// DEFINITIONS[SourceNames.GOOGLE_SHEETS] = googlesheets.schema DEFINITIONS[SourceNames.GOOGLE_SHEETS] = googlesheets.schema
// } }
module.exports = { module.exports = {
definitions: DEFINITIONS, definitions: DEFINITIONS,