From d707243e272d8ab507ffd164f69c6950e21510ec Mon Sep 17 00:00:00 2001 From: Christine Dodrill Date: Fri, 20 Nov 2020 06:13:50 -0500 Subject: [PATCH] yay --- backend/src/web/switchcounter.rs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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 {