Fixed automated code review warnings

This commit is contained in:
jd
2026-02-18 21:36:27 +00:00
parent 2996a2eb95
commit 035397ea25
7 changed files with 13 additions and 19 deletions

View File

@@ -11,7 +11,7 @@ const server = Bun.serve({
...player,
...game,
'/test': {
GET: (request) => {
GET: () => {
return new OkResponse();
},
},