Skip to content

Commit

Permalink
fix formatting
Browse files Browse the repository at this point in the history
  • Loading branch information
apoorvdixit88 committed Nov 24, 2023
1 parent 07f1aa8 commit 3e9ef7a
Showing 1 changed file with 4 additions and 2 deletions.
6 changes: 4 additions & 2 deletions crates/router/src/core/user.rs
Original file line number Diff line number Diff line change
Expand Up @@ -5,11 +5,13 @@ use masking::{ExposeInterface, Secret};
use router_env::env;

use super::errors::{UserErrors, UserResponse};
use crate::{consts,
use crate::{
consts,
db::user::UserInterface,
routes::AppState,
services::{authentication::UserFromToken, ApplicationResponse},
types::domain};
types::domain,
};

pub async fn connect_account(
state: AppState,
Expand Down

0 comments on commit 3e9ef7a

Please sign in to comment.