re-add gsheets to self host
This commit is contained in:
parent
aed9bfc728
commit
457a4812cf
|
@ -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,
|
||||
|
|
Loading…
Reference in New Issue