This commit is contained in:
konnorrogers
2025-03-18 12:22:49 -04:00
parent 59073db5b7
commit 5cab7f89b1

View File

@@ -346,7 +346,7 @@ if (isDeveloping) {
},
},
middleware: [
function simulateWebawesomeApp (req, res, next) {
function simulateWebawesomeApp(req, res, next) {
// Accumulator for strings so we can pass them through nunjucks a second time similar to how the webawesome-app
// will be running nunjucks twice.
const finalString = [];