From b462539e5d1e0d9f8f87cab1deee6a58150c0e06 Mon Sep 17 00:00:00 2001 From: Joseph Livecchi Date: Mon, 13 Jan 2025 12:41:15 -0500 Subject: [PATCH] Update AddressResource.cs --- src/Twilio/Rest/Api/V2010/Account/AddressResource.cs | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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();