1
0
Fork 0
mirror of synced 2024-10-01 17:47:46 +13:00

update clientLibraryPath call in application.js

This commit is contained in:
Martin McKeaveney 2021-11-11 12:29:52 +01:00
parent 2a2963dac4
commit 125610f5a1

View file

@ -197,7 +197,7 @@ exports.fetchAppPackage = async ctx => {
application, application,
screens, screens,
layouts, layouts,
clientLibPath: clientLibraryPath(ctx.params.appId), clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
} }
} }