Skip to content

Commit

Permalink
fix
Browse files Browse the repository at this point in the history
Signed-off-by: Patrick José Pereira <[email protected]>
  • Loading branch information
patrickelectric committed Sep 17, 2024
1 parent d26ed07 commit b9c9216
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/web/mod.rs
Original file line number Diff line number Diff line change
Expand Up @@ -177,7 +177,7 @@ pub fn broadcast_message(message: String) {
let state = SERVER.state.clone();
broadcast_message_websockets(
&state,
"00000000-0000-4000-0000-000000000000".into(),
message,
Uuid::parse_str("00000000-0000-4000-0000-000000000000").unwrap(),
Message::Text(message),
);
}

0 comments on commit b9c9216

Please sign in to comment.