1
0
Fork 0
mirror of synced 2024-06-02 02:25:17 +12:00

Fixing linting issue.

This commit is contained in:
mike12345567 2022-09-14 14:07:00 +01:00
parent 01f115cd6b
commit 2216ff1987

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 {