mirror of
https://github.com/ankitects/anki.git
synced 2025-09-25 09:16:38 -04:00
Update rslib/src/stats/card.rs
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
parent
b0990c102c
commit
2b65f7079a
1 changed files with 1 additions and 0 deletions
|
@ -80,6 +80,7 @@ impl Collection {
|
||||||
.iter()
|
.iter()
|
||||||
.find(|entry| entry.has_rating())
|
.find(|entry| entry.has_rating())
|
||||||
.map(|entry| entry.id.as_secs().0),
|
.map(|entry| entry.id.as_secs().0),
|
||||||
|
// last_review_time is not used to ensure cram revlogs are included.
|
||||||
latest_review: revlog
|
latest_review: revlog
|
||||||
.iter()
|
.iter()
|
||||||
.rfind(|entry| entry.has_rating())
|
.rfind(|entry| entry.has_rating())
|
||||||
|
|
Loading…
Reference in a new issue