diff --git a/backend/src/web/switchcounter.rs b/backend/src/web/switchcounter.rs index 1387e61..df70616 100644 --- a/backend/src/web/switchcounter.rs +++ b/backend/src/web/switchcounter.rs @@ -24,7 +24,7 @@ pub struct SwitchCommand { #[derive(Deserialize, Debug)] pub struct Status { pub member_name: String, - pub started_at: String, + pub started_at: Option, } pub struct Client {