Browse Source

test templte fix

deefdragon/Template-Engine
Jeffrey Koehler 3 years ago
parent
commit
caf53b95b3
  1. 2
      server/notification.js

2
server/notification.js

@ -103,7 +103,7 @@ class Notification {
//TODO need to check for errors.
try {
let newmsg = await engine.parseAndRender("{{msg {{monitor | json}} {{heartbeat | json}} {{notification | json}}", {
let newmsg = await engine.parseandrender("{{msg}} {{monitor | json}} {{heartbeat | json}} {{notification | json}}", {
notification: notification,
msg: msg,
monitor: monitorJSON,

Loading…
Cancel
Save