Add semi-colons.
This commit is contained in:
parent
8c040e762e
commit
f6edea5d34
1 changed files with 2 additions and 2 deletions
|
|
@ -6,5 +6,5 @@ export const generate_game_code = (): string => {
|
||||||
game_code += Math.floor(Math.random() * 9);
|
game_code += Math.floor(Math.random() * 9);
|
||||||
} while (game_code.length < 6);
|
} while (game_code.length < 6);
|
||||||
|
|
||||||
return game_code
|
return game_code;
|
||||||
}
|
};
|
||||||
Loading…
Add table
Add a link
Reference in a new issue