mirror of
https://github.com/Abdulazizzn/n8n-enterprise-unlocked.git
synced 2025-12-17 01:56:46 +00:00
⚡ Minor improvements to Bitly-Node
This commit is contained in:
@@ -48,7 +48,7 @@ export async function bitlyApiRequestAllItems(this: IHookFunctions | IExecuteFun
|
||||
returnData.push.apply(returnData, responseData[propertyName]);
|
||||
if (responseData.pagination && responseData.pagination.next) {
|
||||
uri = responseData.pagination.next;
|
||||
};
|
||||
}
|
||||
} while (
|
||||
responseData.pagination !== undefined &&
|
||||
responseData.pagination.next !== undefined
|
||||
|
||||
Reference in New Issue
Block a user