mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-18 18:41:14 +00:00
chore: Remove unused @ts-ignore's (no-changelog) (#12198)
This commit is contained in:
@@ -67,7 +67,6 @@ export async function FlowApiRequestAllItems(
|
||||
resolveWithFullResponse: true,
|
||||
});
|
||||
uri = responseData.headers.link;
|
||||
// @ts-ignore
|
||||
returnData.push.apply(returnData, responseData.body[propertyName] as IDataObject[]);
|
||||
} while (responseData.headers.link !== undefined && responseData.headers.link !== '');
|
||||
|
||||
|
||||
Reference in New Issue
Block a user