Add default DB property for guesses
This commit is contained in:
parent
34726051ba
commit
fc7b14fddc
1 changed files with 1 additions and 0 deletions
|
|
@ -29,6 +29,7 @@ export class JSONDatabase {
|
||||||
solution: null,
|
solution: null,
|
||||||
key: null,
|
key: null,
|
||||||
incorrect: 0,
|
incorrect: 0,
|
||||||
|
guesses: [],
|
||||||
};
|
};
|
||||||
};
|
};
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Add table
Add a link
Reference in a new issue