Fix additional helpers not working

This commit is contained in:
Andrew Kingston 2024-03-21 16:59:07 +00:00
parent ae0ef14a63
commit 4102459f98
1 changed files with 1 additions and 1 deletions

View File

@ -57,7 +57,7 @@ export function getJsHelperList() {
}
helpers = {
...helpers,
addedHelpers,
...addedHelpers,
}
for (const toRemove of helpersToRemoveForJs) {