This commit is contained in:
Martin McKeaveney 2022-07-11 11:29:00 +01:00
parent b695355ed1
commit c73cbbb224
1 changed files with 1 additions and 5 deletions

View File

@ -229,11 +229,7 @@ export const fetchAppPackage = async (ctx: any) => {
application, application,
screens, screens,
layouts, layouts,
clientLibPath: clientLibraryPath( clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
ctx.params.appId,
application.version,
ctx
),
} }
} }