mirror of
https://codeberg.org/demostf/sync.git
synced 2026-06-03 16:44:07 +02:00
remote unneeded clone
This commit is contained in:
parent
52be2fd70b
commit
d5ed7520f0
1 changed files with 1 additions and 1 deletions
|
|
@ -121,7 +121,7 @@ fn main() {
|
|||
let result: Result<SyncCommand, serde_json::Error> = serde_json::from_str(msg.borrow());
|
||||
match result {
|
||||
Ok(command) => {
|
||||
handle_command(command, &mut sessions, tok.clone(), &mut ws);
|
||||
handle_command(command, &mut sessions, tok, &mut ws);
|
||||
}
|
||||
_ => {}
|
||||
}
|
||||
|
|
|
|||
Loading…
Add table
Add a link
Reference in a new issue