Skip to content

Commit

Permalink
test
Browse files Browse the repository at this point in the history
  • Loading branch information
svix-jplatte committed Feb 24, 2025
1 parent 7cbb902 commit 716dbf8
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion rust/src/api/authentication.rs
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,6 @@ impl<'a> Authentication<'a> {
options: Option<AuthenticationAppPortalAccessOptions>,
) -> Result<AppPortalAccessOut> {
let AuthenticationAppPortalAccessOptions { idempotency_key } = options.unwrap_or_default();

crate::request::Request::new(
http1::Method::POST,
"/api/v1/auth/app-portal-access/{app_id}",
Expand Down

0 comments on commit 716dbf8

Please sign in to comment.