This commit is contained in:
parent
bb9735a143
commit
eec8a0fe48
1 changed files with 4 additions and 4 deletions
|
@ -20,10 +20,10 @@ interface Stats {
|
|||
};
|
||||
|
||||
const initialStats:Stats = {
|
||||
attempts: 1,
|
||||
scheduledPoops: 1,
|
||||
selfPoops: 1,
|
||||
cleanUndies: 1,
|
||||
attempts: 0,
|
||||
scheduledPoops: 0,
|
||||
selfPoops: 0,
|
||||
cleanUndies: 0,
|
||||
};
|
||||
|
||||
const initialStreakTracker:StreakTracker = {
|
||||
|
|
Loading…
Reference in a new issue