diff --git a/src/Twilio/Rest/Api/V2010/Account/AddressResource.cs b/src/Twilio/Rest/Api/V2010/Account/AddressResource.cs index a6df93418..cad0213af 100644 --- a/src/Twilio/Rest/Api/V2010/Account/AddressResource.cs +++ b/src/Twilio/Rest/Api/V2010/Account/AddressResource.cs @@ -381,7 +381,7 @@ public static async System.Threading.Tasks.Task> Re /// API-generated URL for the requested results page /// Client to make requests to Twilio /// The target page of records - public static Page GetPage(string targetUrl, ITwilioRestClient client, System.Threading.CancellationToken cancellationToken = default) + public static Page GetPage(string targetUrl, ITwilioRestClient client) { client = client ?? TwilioClient.GetRestClient();