tidy up
This commit is contained in:
parent
417ba977fa
commit
5cd3a1b893
|
@ -5,10 +5,6 @@ const { SourceNames } = require("../../definitions/datasource")
|
||||||
const googlesheets = require("../../integrations/googlesheets")
|
const googlesheets = require("../../integrations/googlesheets")
|
||||||
const env = require("../../environment")
|
const env = require("../../environment")
|
||||||
|
|
||||||
// const homedir = require("os").homedir();
|
|
||||||
// const path = require("path")
|
|
||||||
// const customDatasources = path.resolve(homedir, ".budibase")
|
|
||||||
|
|
||||||
exports.fetch = async function (ctx) {
|
exports.fetch = async function (ctx) {
|
||||||
ctx.status = 200
|
ctx.status = 200
|
||||||
const defs = cloneDeep(definitions)
|
const defs = cloneDeep(definitions)
|
||||||
|
|
Loading…
Reference in New Issue