(runner: &mut R)
| 690 | } |
| 691 | |
| 692 | pub fn remove_openclaw_stats_cron<R: OpenclawRunner>(runner: &mut R) -> Result<(), Box<dyn Error>> { |
| 693 | run_openclaw_command(runner, &["cron", "remove", STATS_CRON_JOB_NAME])?; |
| 694 | Ok(()) |
| 695 | } |
| 696 | |
| 697 | #[cfg(test)] |
| 698 | mod tests { |