Signed-off-by: Traxus <shyidx@gmail.com>

This commit is contained in:
Traxus 2023-04-21 20:39:10 -04:00
parent 0b762522ac
commit efb1cbeeb0

View File

@ -189,7 +189,7 @@ function jsonNodesExist(jsonData : any, nodes : any) {
//-----permit basic validation of the json we are trying to spit out by checking for existence of first order nodes
let node = '';
let nodeGroup = [];
let nodeGroup : any = [];
let nodeGroupNode = '';
let nodeGroupValid = false;