Skip to content

Commit

Permalink
fix: clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
ThisIsMani committed Dec 4, 2023
1 parent 219a0b9 commit 8fe936a
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions crates/router/src/routes/app.rs
Original file line number Diff line number Diff line change
Expand Up @@ -191,8 +191,7 @@ impl AppState {
.connector_onboarding
.decrypt_inner(kms_client)
.await
.expect("Failed to decrypt connector onboarding credentials")
.into();
.expect("Failed to decrypt connector onboarding credentials");
}

#[cfg(feature = "olap")]
Expand Down

0 comments on commit 8fe936a

Please sign in to comment.