Report lower resolution for cycle reports

This commit is contained in:
Campbell Alden 2023-07-22 00:40:35 +09:00
parent 1de78cafef
commit 469320a77f
3 changed files with 58 additions and 24 deletions

View file

@ -5,7 +5,7 @@ use osascript;
use serde_json;
use chrono::{DateTime, Utc};
#[derive(Deserialize, Debug)]
#[derive(Deserialize, Debug, Eq, PartialEq)]
pub enum Status {
#[serde(rename = "completed")]
Completed,