Skip to content

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:

  1. handle undefined on said case, and
  2. always add the links object to the result of requests with queries, instead of only when all is true. Closes #3268438

Merge request reports