1
0
Fork 0
mirror of synced 2024-07-01 04:21:06 +12: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,
screens,
layouts,
clientLibPath: clientLibraryPath(ctx.params.appId),
clientLibPath: clientLibraryPath(ctx.params.appId, application.version),
}
}