mirror of
https://github.com/ankitects/anki.git
synced 2025-11-08 05:37:12 -05:00
Update last_interval field type in stats.proto
This commit is contained in:
parent
193d6bdf11
commit
58e4459194
1 changed files with 2 additions and 1 deletions
|
|
@ -37,7 +37,8 @@ message CardStatsResponse {
|
|||
uint32 ease = 5;
|
||||
float taken_secs = 6;
|
||||
optional cards.FsrsMemoryState memory_state = 7;
|
||||
int64 last_interval = 8;
|
||||
// seconds
|
||||
uint32 last_interval = 8;
|
||||
}
|
||||
repeated StatsRevlogEntry revlog = 1;
|
||||
int64 card_id = 2;
|
||||
|
|
|
|||
Loading…
Reference in a new issue