From d6bf8e058ba27df4d88e15695fb36b482936b0a7 Mon Sep 17 00:00:00 2001 From: Moe Date: Tue, 14 Jul 2020 23:43:01 -0700 Subject: [PATCH] fix reoccurrring const groupKey --- libs/webServerPaths.js | 2 -- 1 file changed, 2 deletions(-) diff --git a/libs/webServerPaths.js b/libs/webServerPaths.js index 21006fb1..33fae6aa 100644 --- a/libs/webServerPaths.js +++ b/libs/webServerPaths.js @@ -1472,8 +1472,6 @@ module.exports = function(s,config,lang,app,io){ time = s.utcToLocal(time) } time = new Date(time) - const groupKey = req.params.ke - const monitorId = req.params.id s.knexQuery({ action: "select", columns: "*",