fix semicolons

v1.18.x
barisusakli 9 years ago
parent b5bf2737e4
commit 7d4ef3907f

@ -13,7 +13,7 @@ module.exports = function(SocketUser) {
data = {
uids: data,
until: 0
}
};
}
toggleBan(socket.uid, data.uids, function(uid, next) {
@ -71,7 +71,6 @@ module.exports = function(SocketUser) {
next();
}
], callback);
};
}
};

Loading…
Cancel
Save