fix sorting of chores

This commit is contained in:
2025-09-03 14:57:35 +02:00
parent cb4ce4188e
commit 8314c4daf8
2 changed files with 51 additions and 33 deletions
+1 -1
View File
@@ -16,7 +16,7 @@ interface FlatasticChore {
points: number;
rotationTime: number;
currentUser: number;
lastDoneDate: string;
lastDoneDate: number;
timeLeftNext: number;
}