mirror of
https://github.com/juspay/hyperswitch.git
synced 2025-10-30 01:27:31 +08:00
chore: address Rust 1.82.0 clippy lints (#6401)
Co-authored-by: hyperswitch-bot[bot] <148525504+hyperswitch-bot[bot]@users.noreply.github.com>
This commit is contained in:
@ -1166,9 +1166,9 @@ where
|
||||
diesel_models::enums::EventClass::Payments,
|
||||
payment_id.get_string_repr().to_owned(),
|
||||
diesel_models::enums::EventObjectType::PaymentDetails,
|
||||
webhooks::OutgoingWebhookContent::PaymentDetails(
|
||||
webhooks::OutgoingWebhookContent::PaymentDetails(Box::new(
|
||||
payments_response_json,
|
||||
),
|
||||
)),
|
||||
primary_object_created_at,
|
||||
))
|
||||
.await
|
||||
|
||||
Reference in New Issue
Block a user