Fixing a typo
This commit is contained in:
parent
f57b4b5fed
commit
bca0ca3787
1 changed files with 1 additions and 1 deletions
2
src/types/db.d.ts
vendored
2
src/types/db.d.ts
vendored
|
|
@ -7,7 +7,7 @@ interface player {
|
||||||
|
|
||||||
type game_states = "lobby";
|
type game_states = "lobby";
|
||||||
|
|
||||||
type policy = "liberal" | "facist";
|
type policy = "liberal" | "fascist";
|
||||||
|
|
||||||
type players = {[key: string]: player};
|
type players = {[key: string]: player};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue