This commit is contained in:
Cadey Ratio 2020-11-20 06:13:50 -05:00
parent d20a822ca2
commit d707243e27
1 changed files with 1 additions and 1 deletions

View File

@ -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<String>,
}
pub struct Client {