From 1b2b0511bb7e7fb12b86ea0849e9b9eb11519287 Mon Sep 17 00:00:00 2001 From: Sahkal Poddar Date: Wed, 11 Dec 2024 19:19:27 +0530 Subject: [PATCH] fixed clippy error --- crates/router/src/core/unified_authentication_service.rs | 1 + 1 file changed, 1 insertion(+) diff --git a/crates/router/src/core/unified_authentication_service.rs b/crates/router/src/core/unified_authentication_service.rs index bd08ea7fe6b7..63375419cf75 100644 --- a/crates/router/src/core/unified_authentication_service.rs +++ b/crates/router/src/core/unified_authentication_service.rs @@ -173,6 +173,7 @@ pub async fn create_new_authentication( ds_trans_id: None, directory_server_id: None, acquirer_country_code: None, + service_details: None, }; state .store