jshint: Remove Confusing use of '!'
This commit is contained in:
@@ -381,7 +381,7 @@ module.exports = function(redisPool) {
|
||||
return;
|
||||
}
|
||||
// console.log("Matches: "); console.dir(mat);
|
||||
if ( ! mat.length === 2 ) {
|
||||
if ( mat.length !== 2 ) {
|
||||
console.error("ERROR: pattern '" + this.re_userFromHost + "' gave unexpected matches against '" + host + "': " +
|
||||
mat);
|
||||
return;
|
||||
|
||||
Reference in New Issue
Block a user