diff --git a/src/utils/gamecode.ts b/src/utils/gamecode.ts index 5dd1a48..d19bc7d 100644 --- a/src/utils/gamecode.ts +++ b/src/utils/gamecode.ts @@ -6,5 +6,5 @@ export const generate_game_code = (): string => { game_code += Math.floor(Math.random() * 9); } while (game_code.length < 6); - return game_code -} \ No newline at end of file + return game_code; +}; \ No newline at end of file