Fixing linting issue.

This commit is contained in:
mike12345567 2022-09-14 14:07:00 +01:00
parent 01f115cd6b
commit 2216ff1987
1 changed files with 0 additions and 1 deletions

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 {