Issue #3268438: Handle case where linkObj is undefined
In some cases, the linkObj
used to determine if there is a next page to fetch is undefined and the normalizeNextLink
function did not account for this case. The changes in this MR:
- handle undefined on said case, and
- always add the links object to the result of requests with queries, instead of only when
all
is true. Closes #3268438