Fix some clippy issues

This commit is contained in:
Tobias Reisinger 2024-04-25 19:47:43 +02:00
parent ab7090f2c5
commit 6f2deb38e1
Signed by: serguzim
GPG key ID: 13AD60C237A28DFE
4 changed files with 9 additions and 16 deletions
emgauwa-core/src/handlers/v1/ws/relays

View file

@ -38,7 +38,6 @@ impl Actor for RelaysWs {
Err(err) => {
log::error!("Error getting relays: {:?}", err);
ctx.stop();
return;
}
}
}