fix reoccurrring const groupKey
parent
08a7bbaae9
commit
d6bf8e058b
|
@ -1472,8 +1472,6 @@ module.exports = function(s,config,lang,app,io){
|
||||||
time = s.utcToLocal(time)
|
time = s.utcToLocal(time)
|
||||||
}
|
}
|
||||||
time = new Date(time)
|
time = new Date(time)
|
||||||
const groupKey = req.params.ke
|
|
||||||
const monitorId = req.params.id
|
|
||||||
s.knexQuery({
|
s.knexQuery({
|
||||||
action: "select",
|
action: "select",
|
||||||
columns: "*",
|
columns: "*",
|
||||||
|
|
Loading…
Reference in New Issue