mirror of
https://github.com/ankitects/anki.git
synced 2025-11-06 12:47:11 -05:00
Update last_interval to use last_interval_secs
This commit is contained in:
parent
58e4459194
commit
5221dd02a3
1 changed files with 1 additions and 1 deletions
|
|
@ -220,7 +220,7 @@ fn stats_revlog_entry(
|
|||
ease: entry.ease_factor,
|
||||
taken_secs: entry.taken_millis as f32 / 1000.,
|
||||
memory_state: None,
|
||||
last_interval: entry.last_interval,
|
||||
last_interval: entry.last_interval_secs(),
|
||||
}
|
||||
}
|
||||
|
||||
|
|
|
|||
Loading…
Reference in a new issue