Skip to content

Commit

Permalink
docs: fix xml comment on SimSwap
Browse files Browse the repository at this point in the history
  • Loading branch information
Tr00d committed May 17, 2024
1 parent 443f9ac commit 5c7f4c1
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion Vonage/SimSwap/SimSwapClient.cs
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ internal class SimSwapClient : ISimSwapClient
this.vonageClient = new VonageHttpClient(configuration, JsonSerializerBuilder.BuildWithSnakeCase());

/// <inheritdoc />
/// >
public Task<Result<AuthenticateResponse>> AuthenticateAsync(Result<AuthenticateRequest> request) =>
request.Map(BuildAuthorizeRequest)
.BindAsync(this.SendAuthorizeRequest)
Expand Down

0 comments on commit 5c7f4c1

Please sign in to comment.