1
0
Fork 0
mirror of synced 2024-10-03 10:36:59 +13:00

Fixing where getCachedLicense is retrieved from.

This commit is contained in:
Michael Drury 2023-06-15 23:29:08 +01:00
parent 22814db9d3
commit f80b900338

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