1
0
Fork 0
mirror of synced 2024-09-28 07:11:40 +12:00

Fix additional helpers not working

This commit is contained in:
Andrew Kingston 2024-03-21 16:59:07 +00:00
parent ae0ef14a63
commit 4102459f98

View file

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