1
0
Fork 0
mirror of synced 2024-06-26 18:10:51 +12:00
This commit is contained in:
Martin McKeaveney 2022-07-11 11:29:00 +01:00
parent 95a7155b79
commit abcc909c14

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
),
} }
} }