diff --git a/src/routes/match/player.ts b/src/routes/match/player.ts index 9f6f8c6..6ecb120 100644 --- a/src/routes/match/player.ts +++ b/src/routes/match/player.ts @@ -18,7 +18,7 @@ route.router.post('/login', express.urlencoded({extended: true}), APIUtils.validateRequestBody(LoginSchema), - (rq, rs) => { + (_rq, rs) => { // temporary rs.sendStatus(200); },