Fixed clippy errors and formatting

This commit is contained in:
flipsimon
2022-07-29 13:19:45 +02:00
parent 05629fe814
commit b913c141d2
3 changed files with 385 additions and 105 deletions

View File

@@ -204,7 +204,6 @@ impl CommandApi {
}
async fn check_qr(&self, account_id: u32, qr_content: String) -> Result<QrObject> {
println!("HELLO FROM CHECK_QR");
let ctx = self.get_context(account_id).await?;
let qr = qr::check_qr(&ctx, &qr_content).await?;
let qr_object = QrObject::from(qr);