Report lower resolution for cycle reports
This commit is contained in:
parent
1de78cafef
commit
469320a77f
3 changed files with 58 additions and 24 deletions
|
|
@ -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,
|
||||
|
|
|
|||
Reference in a new issue