From 474e4ddfef864f2d8d29efd3bcabbc7528836245 Mon Sep 17 00:00:00 2001 From: zombieb Date: Tue, 25 Mar 2025 22:58:50 -0400 Subject: [PATCH] this is a commit --- src/routes/match/player.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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); },