Skip to content

Commit

Permalink
Fix formatting issue
Browse files Browse the repository at this point in the history
  • Loading branch information
marlonbaeten committed Jan 4, 2022
1 parent 55c2938 commit 78cfe98
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/main.rs
Original file line number Diff line number Diff line change
Expand Up @@ -284,7 +284,7 @@ async fn start_ib(
.add_discons(config.map_attributes(&request.attributes)?)
.augmented_return_url(request.continuation.clone())
.build();

let session = config.irma_server().request(&session_request).await?;

Ok(Json(StartAuthResponse {
Expand Down

0 comments on commit 78cfe98

Please sign in to comment.