fix missing )

This commit is contained in:
Isaac Connor 2021-04-10 18:16:59 -04:00
parent cf721ae875
commit 64ab6dff95
1 changed files with 1 additions and 1 deletions

View File

@ -181,7 +181,7 @@ function Monitor(monitorData) {
} }
//console.log("Starting CmdQuery for " + this.connKey ); //console.log("Starting CmdQuery for " + this.connKey );
if ( this.type != 'WebSite' ) { if ( this.type != 'WebSite' ) {
this.streamCmdReq.send(this.streamCmdParms+"&command="+CMD_QUERY+(auth_hash?'&auth='+auth_hash:''); this.streamCmdReq.send(this.streamCmdParms+"&command="+CMD_QUERY+(auth_hash?'&auth='+auth_hash:''));
} }
}; };