chore: remove stale TODO in stats.rs (ReminderRollup RPC already implemented)

This commit is contained in:
damocles 2026-06-04 21:55:16 +02:00 committed by mara
commit 4d4bfb2b33

View file

@ -275,7 +275,7 @@ fn snapshot(path: &Path, window: Window) -> Result<Snapshot> {
result_mix: top_n(result_totals, 20),
models,
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
})
}