1
0
Fork 0
mirror of synced 2024-06-16 09:25:12 +12:00

update clientLibraryPath call in application.js

This commit is contained in:
Martin McKeaveney 2021-11-11 12:29:52 +01:00
parent 3915f3d993
commit 119678b3c4

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