Closed stuckj closed 5 years ago
This changes getPaginatedResource to return the merged resources from its recursive call. Prior to this fix it was always returning the resources only from the first call and dropping the remaining merged resources incorrectly.
getPaginatedResource
:tada: This PR is included in version 1.6.3 :tada:
The release is available on:
Your semantic-release bot :package::rocket:
This changes
getPaginatedResource
to return the merged resources from its recursive call. Prior to this fix it was always returning the resources only from the first call and dropping the remaining merged resources incorrectly.