Skip to content

Commit

Permalink
Add fixes
Browse files Browse the repository at this point in the history
  • Loading branch information
Ukililee committed Jun 1, 2021
1 parent 8120a95 commit ffb5c7a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/actors/socket_session.rs
Original file line number Diff line number Diff line change
Expand Up @@ -56,4 +56,4 @@ impl StreamHandler<Result<ws::Message, ws::ProtocolError>> for SocketSession {
let m = text.trim();
if m.starts_with('/') {
let v: Vec<&str> = m.splitn(2, ' ').collect();

if v

0 comments on commit ffb5c7a

Please sign in to comment.