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:
@@ -66,7 +66,6 @@ export async function affinityApiRequestAllItems(
|
||||
|
||||
do {
|
||||
responseData = await affinityApiRequest.call(this, method, resource, body, query);
|
||||
// @ts-ignore
|
||||
query.page_token = responseData.page_token;
|
||||
returnData.push.apply(returnData, responseData[propertyName] as IDataObject[]);
|
||||
} while (responseData.page_token !== undefined && responseData.page_token !== null);
|
||||
@@ -84,7 +83,6 @@ export function eventsExist(subscriptions: string[], currentSubsriptions: string
|
||||
}
|
||||
|
||||
export function mapResource(key: string) {
|
||||
//@ts-ignore
|
||||
return {
|
||||
person: 'persons',
|
||||
list: 'lists',
|
||||
|
||||
Reference in New Issue
Block a user