Skip to content
This repository has been archived by the owner on Oct 31, 2024. It is now read-only.

Commit

Permalink
fix: clippy
Browse files Browse the repository at this point in the history
  • Loading branch information
gruberb committed Feb 8, 2024
1 parent cb83d12 commit 6aac27c
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -337,7 +337,7 @@ async fn deploy_test_token(
info!("Token deployed: {:?}", r);
}
Err(e) => {
panic!("Error deploying token: {e}");
error!("Unable to deploy token: {e}");
}
}

Expand Down

0 comments on commit 6aac27c

Please sign in to comment.