backend changes

This commit is contained in:
hihihaha
2023-06-10 21:19:49 +02:00
parent 8c2227df73
commit fe03554fbf
4 changed files with 4 additions and 7 deletions

View File

@@ -51,7 +51,6 @@ class GradeProvider with ChangeNotifier {
final userStore = _database.userStore;
userStore.storeLastSeenGrade(DateTime.now(), userId: userId);
_lastSeen = DateTime.now();
notifyListeners();
}
}