This commit is contained in:
Martin McKeaveney 2022-04-01 10:48:17 +01:00
parent 6d8254d5f0
commit 6e9ddfd696
1 changed files with 0 additions and 4 deletions

View File

@ -5,10 +5,6 @@ const { SourceNames } = require("../../definitions/datasource")
const googlesheets = require("../../integrations/googlesheets")
const env = require("../../environment")
// const homedir = require("os").homedir();
// const path = require("path")
// const customDatasources = path.resolve(homedir, ".budibase")
exports.fetch = async function (ctx) {
ctx.status = 200
const defs = cloneDeep(definitions)