Skip to content

Commit

Permalink
fix READY deserialization error on spacebar
Browse files Browse the repository at this point in the history
  • Loading branch information
kozabrada123 committed Aug 18, 2024
1 parent e0ae1a9 commit 28e3f21
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types/events/session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -30,7 +30,7 @@ pub struct Session {
// Note: I don't think this one exists yet? Though I might've made a mistake and this might be a duplicate
pub struct ClientInfo {
pub client: Option<String>,
pub os: String,
pub os: Option<String>,
pub version: u8,
}

0 comments on commit 28e3f21

Please sign in to comment.