Skip to content

Commit

Permalink
chore(lints): fix clippy lints
Browse files Browse the repository at this point in the history
  • Loading branch information
lsampras committed Nov 29, 2023
1 parent 1cb371e commit eb1fa30
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion crates/router/src/configs/kms.rs
Original file line number Diff line number Diff line change
Expand Up @@ -63,7 +63,7 @@ impl KmsDecrypt for settings::Database {
password: self.password.decrypt_inner(kms_client).await?.into(),
pool_size: self.pool_size,
connection_timeout: self.connection_timeout,
queue_strategy: self.queue_strategy.into(),
queue_strategy: self.queue_strategy,
min_idle: self.min_idle,
max_lifetime: self.max_lifetime,
})
Expand Down

0 comments on commit eb1fa30

Please sign in to comment.