Skip to content

Commit

Permalink
use empty response
Browse files Browse the repository at this point in the history
  • Loading branch information
Haennetz committed Mar 9, 2024
1 parent 4068c18 commit b3e5074
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/auth/oidc.rs
Original file line number Diff line number Diff line change
Expand Up @@ -192,6 +192,6 @@ pub mod role {
.allowed_redirect_uris(allowed_redirect_uris)
.build()
.unwrap();
api::exec_with_empty_result(client, endpoint).await
api::exec_with_empty(client, endpoint).await
}
}

0 comments on commit b3e5074

Please sign in to comment.