mirror of
				https://github.com/juspay/hyperswitch.git
				synced 2025-10-31 18:17:13 +08:00 
			
		
		
		
	chore: address Rust 1.67 clippy lints (#465)
This commit is contained in:
		| @ -13,7 +13,7 @@ pub async fn lookup_webhook_event( | ||||
|     merchant_id: &str, | ||||
|     event: &api::IncomingWebhookEvent, | ||||
| ) -> bool { | ||||
|     let redis_key = format!("whconf_{}_{}", merchant_id, connector_id); | ||||
|     let redis_key = format!("whconf_{merchant_id}_{connector_id}"); | ||||
|     let webhook_config: api::MerchantWebhookConfig = | ||||
|         get_and_deserialize_key(db, &redis_key, "MerchantWebhookConfig") | ||||
|             .await | ||||
|  | ||||
		Reference in New Issue
	
	Block a user
	 Sanchith Hegde
					Sanchith Hegde