Authored by 姜枫

fix limiter page

... ... @@ -17,7 +17,7 @@ const index = co(function* (channel) {
const removeBlack = co(function* (remoteIp) {
let key = `pc:limiter:${remoteIp}`;
return cache.delAsync(key)
return cache.delAsync(key);
});
module.exports = {
... ...