Update webServerAdminPaths.js

archive-and-sub-as-columns
Moe 2022-02-16 20:54:26 -08:00
parent fc282fea56
commit e853b5da1b
1 changed files with 0 additions and 1 deletions

View File

@ -26,7 +26,6 @@ module.exports = function(s,config,lang,app){
if(form){
var keys = ['details']
form.details = s.parseJSON(form.details) || {"allmonitors": "1"}
form.details.sub = 1
const updateQuery = {
details: s.stringJSON(form.details)
}