From 7ac39c3b101eb282e28c8c74f4b31d2f7671f870 Mon Sep 17 00:00:00 2001 From: Adhidarma Hadiwinoto <me@adhisimon.org> Date: Mon, 3 Sep 2018 12:04:23 +0700 Subject: [PATCH] FIX: missing next --- lib/modem-dashboard/index.js | 1 + 1 file changed, 1 insertion(+) diff --git a/lib/modem-dashboard/index.js b/lib/modem-dashboard/index.js index 49ad006..cb5702d 100644 --- a/lib/modem-dashboard/index.js +++ b/lib/modem-dashboard/index.js @@ -24,6 +24,7 @@ nunjucks.configure(__dirname + '/views', { app.use(function(req, res, next) { res.locals.site_name = config.handler_name; + next(); }) function modemSignal(req, res, next) { -- 1.9.0