Skip to content

Commit

Permalink
Remove some unnecessary clones.
Browse files Browse the repository at this point in the history
  • Loading branch information
SamirTalwar committed Aug 22, 2024
1 parent e439e26 commit 1f5e0a4
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions crates/sdk/src/default_main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -214,8 +214,8 @@ where
let server_state = init_server_state(setup, serve_command.configuration).await?;

let router = create_router::<Setup::Connector>(
server_state.clone(),
serve_command.service_token_secret.clone(),
server_state,
serve_command.service_token_secret,
serve_command.max_request_size,
);

Expand Down

0 comments on commit 1f5e0a4

Please sign in to comment.