mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 10:02:05 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -67,7 +67,6 @@ export async function codaApiRequestAllItems(
|
||||
do {
|
||||
responseData = await codaApiRequest.call(this, method, resource, body, query, uri);
|
||||
uri = responseData.nextPageLink;
|
||||
// @ts-ignore
|
||||
returnData.push.apply(returnData, responseData[propertyName] as IDataObject[]);
|
||||
} while (responseData.nextPageLink !== undefined && responseData.nextPageLink !== '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user