change default points
All checks were successful
continuous-integration/drone/push Build is passing

This commit is contained in:
John Shaver 2023-01-18 22:13:12 -08:00
parent bb9735a143
commit eec8a0fe48

View file

@ -20,10 +20,10 @@ interface Stats {
}; };
const initialStats:Stats = { const initialStats:Stats = {
attempts: 1, attempts: 0,
scheduledPoops: 1, scheduledPoops: 0,
selfPoops: 1, selfPoops: 0,
cleanUndies: 1, cleanUndies: 0,
}; };
const initialStreakTracker:StreakTracker = { const initialStreakTracker:StreakTracker = {