1
0
Fork 0
mirror of synced 2024-09-30 17:18:14 +13:00
This commit is contained in:
Martin McKeaveney 2022-04-01 10:48:17 +01:00
parent 6d8254d5f0
commit 6e9ddfd696

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)