mirror of https://github.com/calzoneman/sync.git
Fix global ban typo
This commit is contained in:
parent
806cbb3336
commit
bfc420336a
|
@ -265,7 +265,7 @@ Database.prototype.setGlobalIPBan = function (ip, reason, callback) {
|
||||||
return;
|
return;
|
||||||
}
|
}
|
||||||
|
|
||||||
self.getGlobalIPBans();
|
self.listGlobalIPBans();
|
||||||
callback(null, res);
|
callback(null, res);
|
||||||
});
|
});
|
||||||
};
|
};
|
||||||
|
|
Loading…
Reference in New Issue