change default points
continuous-integration/drone/push Build is passing Details

This commit is contained in:
John Shaver 2023-01-18 22:13:12 -08:00
parent bb9735a143
commit eec8a0fe48
1 changed files with 4 additions and 4 deletions

View File

@ -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 = {