1
0
Fork 0
mirror of synced 2024-06-17 09:55:09 +12:00
This commit is contained in:
Andrew Kingston 2022-09-14 14:35:08 +01:00
parent 02ed382086
commit 050485eb2f

View file

@ -2,7 +2,6 @@ const { DocumentType, getPluginParams } = require("../../db/utils")
const { getComponentLibraryManifest } = require("../../utilities/fileSystem")
const { getAppDB } = require("@budibase/backend-core/context")
const { getGlobalDB } = require("@budibase/backend-core/tenancy")
const env = require("../../environment")
exports.fetchAppComponentDefinitions = async function (ctx) {
try {