Skip to content

Commit

Permalink
wip
Browse files Browse the repository at this point in the history
  • Loading branch information
pagoru committed Mar 19, 2024
1 parent 2236d77 commit 9f5f8be
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion debug.ts
Original file line number Diff line number Diff line change
Expand Up @@ -34,7 +34,7 @@ export const serveGame = async () => {
command.spawn();
}

let swapFileMap = {};
let swapFileMap: any = {};

await serve(
async (request: Request) => {
Expand Down

0 comments on commit 9f5f8be

Please sign in to comment.