1
0
Fork 0
mirror of synced 2024-07-05 22:40:39 +12:00

Quick fix suggested by Rory to make use of the cached license when fetching the app package.

This commit is contained in:
Michael Drury 2023-06-15 22:49:46 +01:00
parent a1c9aaf760
commit 22814db9d3

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.getCachedLicense()
// Enrich plugin URLs
application.usedPlugins = objectStore.enrichPluginURLs(