chore: remove stale TODO in stats.rs (ReminderRollup RPC already implemented)
This commit is contained in:
parent
457a3e3ae5
commit
4d4bfb2b33
1 changed files with 1 additions and 1 deletions
|
|
@ -275,7 +275,7 @@ fn snapshot(path: &Path, window: Window) -> Result<Snapshot> {
|
||||||
result_mix: top_n(result_totals, 20),
|
result_mix: top_n(result_totals, 20),
|
||||||
models,
|
models,
|
||||||
duration_summary,
|
duration_summary,
|
||||||
reminder_stats: None, // TODO: fetch via ReminderRollup RPC
|
reminder_stats: None, // filled in by api_stats in web_ui.rs via fetch_reminder_stats RPC
|
||||||
})
|
})
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|
|
||||||
Loading…
Reference in a new issue