mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-11-03 21:37:41 +08:00
chore: address Rust 1.66 clippy lints (#162)
This commit is contained in:
@ -617,7 +617,7 @@ impl api::IncomingWebhook for Adyen {
|
||||
|
||||
let response: adyen::AdyenResponse = notif.into();
|
||||
|
||||
let res_json = serde_json::to_value(&response)
|
||||
let res_json = serde_json::to_value(response)
|
||||
.into_report()
|
||||
.change_context(errors::ConnectorError::WebhookResourceObjectNotFound)?;
|
||||
|
||||
|
||||
Reference in New Issue
Block a user