fix: clean up flagged activity IDs in local cache properly (#4705)
This commit is contained in:
parent
2a71560574
commit
886d5a0bab
1 changed files with 1 additions and 1 deletions
|
|
@ -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;
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Add table
Reference in a new issue