Fixing where getCachedLicense is retrieved from.
This commit is contained in:
parent
ec04575d45
commit
58c26d563e
|
@ -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(
|
||||
|
|
Loading…
Reference in New Issue