Merge pull request #10923 from Budibase/fix/cached-license-app-package

Quick fix to app package licensing fetch
This commit is contained in:
Michael Drury 2023-06-16 00:09:34 +01:00 committed by GitHub
commit 71f90edbae
1 changed files with 1 additions and 1 deletions

View File

@ -208,7 +208,7 @@ export async function fetchAppPackage(ctx: UserCtx) {
let application = await db.get(DocumentType.APP_METADATA)
const layouts = await getLayouts()
let screens = await getScreens()
const license = await licensing.getLicense()
const license = await licensing.cache.getCachedLicense()
// Enrich plugin URLs
application.usedPlugins = objectStore.enrichPluginURLs(