fix: clean up flagged activity IDs in local cache properly (#4705)

This commit is contained in:
ggurdin 2025-11-20 10:43:59 -05:00 committed by GitHub
parent 2a71560574
commit 886d5a0bab
No known key found for this signature in database
GPG key ID: B5690EEEBB952194

View file

@ -93,7 +93,7 @@ class CourseActivityRepo {
DateTime.now().difference(sentActivityFeedback) >
const Duration(minutes: 15)) {
_storage.remove(cacheKey);
_clearSentFeedback(cacheKey, request.l1);
_clearSentFeedback(id, request.l1);
continue;
}