Skip to content

Commit

Permalink
Update AddressResource.cs
Browse files Browse the repository at this point in the history
  • Loading branch information
joewashear007 authored Jan 13, 2025
1 parent d714601 commit b462539
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Twilio/Rest/Api/V2010/Account/AddressResource.cs
Original file line number Diff line number Diff line change
Expand Up @@ -381,7 +381,7 @@ public static async System.Threading.Tasks.Task<ResourceSet<AddressResource>> Re
/// <param name="targetUrl"> API-generated URL for the requested results page </param>
/// <param name="client"> Client to make requests to Twilio </param>
/// <returns> The target page of records </returns>
public static Page<AddressResource> GetPage(string targetUrl, ITwilioRestClient client, System.Threading.CancellationToken cancellationToken = default)
public static Page<AddressResource> GetPage(string targetUrl, ITwilioRestClient client)
{
client = client ?? TwilioClient.GetRestClient();

Expand Down

0 comments on commit b462539

Please sign in to comment.