1
0
Fork 0
mirror of synced 2024-09-10 22:46:09 +12:00
This commit is contained in:
Martin McKeaveney 2022-04-01 10:48:17 +01:00
parent 417ba977fa
commit 5cd3a1b893

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)