mirror of
https://github.com/ZoneMinder/zoneminder.git
synced 2026-03-28 02:33:42 -04:00
Fix eslint
This commit is contained in:
@@ -1169,7 +1169,6 @@ function MonitorStream(monitorData) {
|
||||
console.log('starting streamCmd for monitor ID='+this.id+' connKey='+this.connKey+' in '+statusRefreshTimeout + 'ms', this.streamCmdQuery);
|
||||
this.streamCmdTimer = setInterval(this.streamCmdQuery.bind(this), statusRefreshTimeout);
|
||||
}
|
||||
|
||||
} else {
|
||||
if (!this.started) return;
|
||||
console.error(respObj.message);
|
||||
|
||||
Reference in New Issue
Block a user