Skip to content

Commit

Permalink
Fix clippy zooi
Browse files Browse the repository at this point in the history
  • Loading branch information
JoepdeJong committed Sep 29, 2023
1 parent bb44a55 commit 55ac56a
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/passes.rs
Original file line number Diff line number Diff line change
Expand Up @@ -33,7 +33,7 @@ pub async fn passes_handler(Query(data): Query<PassModel>) -> Result<impl IntoRe

pass.barcode(Barcode::new(
BarcodeFormat::PkBarcodeFormatQr,
&data.code.as_str(),
data.code.as_str(),
"iso-8859-1",
));

Expand Down

0 comments on commit 55ac56a

Please sign in to comment.