Skip to content

Commit

Permalink
fix(coonector): fix clippy error
Browse files Browse the repository at this point in the history
  • Loading branch information
AkshayaFoiger committed Feb 8, 2024
1 parent 83724e1 commit e4c23f5
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion crates/router/src/connector/noon/transformers.rs
Original file line number Diff line number Diff line change
@@ -1,6 +1,6 @@
use common_utils::pii;
use error_stack::{IntoReport, ResultExt};
use masking::{PeekInterface, Secret};
use masking::Secret;
use serde::{Deserialize, Serialize};

use crate::{
Expand Down Expand Up @@ -30,6 +30,7 @@ pub enum NoonSubscriptionType {
}

#[derive(Debug, Serialize)]
#[serde(rename_all = "camelCase")]
pub struct NoonSubscriptionData {
#[serde(rename = "type")]
subscription_type: NoonSubscriptionType,
Expand Down

0 comments on commit e4c23f5

Please sign in to comment.