We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 713fae9 commit 8dcf4acCopy full SHA for 8dcf4ac
backend/src/routes/selfdestruct.rs
@@ -37,7 +37,7 @@ async fn get_charger(
37
rate_limiter.check(uid.to_string(), req)?;
38
Ok(get_charger_by_uid(uid, Some(schema.password), state).await?)
39
} else {
40
- return Err(Error::ChargerCredentialsWrong.into());
+ Err(Error::ChargerCredentialsWrong.into())
41
}
42
43
0 commit comments