1
0
Fork 0
mirror of synced 2024-08-13 00:51:22 +12:00

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

View file

@ -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,