1
0
Fork 0
mirror of synced 2024-06-18 02:14:56 +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,
screens,
layouts,
clientLibPath: clientLibraryPath(
ctx.params.appId,
application.version,
ctx
),
clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
}
}