Skip to content

Commit 7c1656a

Browse files
committed
Banned another person
1 parent dd4c38c commit 7c1656a

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

server/middlewares/auth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1,4 +1,4 @@
1-
const banned = [47162];
1+
const banned = [47162, 106505];
22

33
module.exports = (req, res, next) => {
44
if (!req.isAuthenticated()) {

0 commit comments

Comments
 (0)