fix broken Monitors query
parent
bdf07678bd
commit
d840de2736
|
@ -262,7 +262,6 @@ function beginProcessing(){
|
|||
table: "Monitors",
|
||||
where: [
|
||||
['ke','=',v.ke],
|
||||
['archive','!=',`1`],
|
||||
]
|
||||
})
|
||||
const monitorRows = monitorsResponse.rows
|
||||
|
|
Loading…
Reference in New Issue