mirror of
https://github.com/ankitects/anki.git
synced 2025-09-19 14:32:22 -04:00
Update rslib/src/stats/card.rs
Co-authored-by: user1823 <92206575+user1823@users.noreply.github.com>
This commit is contained in:
parent
9b4ad74825
commit
f8661359c9
1 changed files with 0 additions and 1 deletions
|
@ -38,7 +38,6 @@ impl Collection {
|
|||
let last_review_time = TimestampSecs(
|
||||
self.storage
|
||||
.time_of_last_review(card.id)?
|
||||
.map(|ts| timing.now.elapsed_secs_since(ts))
|
||||
.unwrap_or_default(),
|
||||
);
|
||||
new_card.last_review_time = Some(last_review_time);
|
||||
|
|
Loading…
Reference in a new issue