You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
fix(cardano-services-client)!: remove positional arg page in fetchSequentially
fetchSequentially page was specified in 2 places (paging options and
a positional page parameter).
Calling it with `page` in PaginationOptions ignores the page, leading
to fetch of page: 1 infinitely.
Removed the positional `page` arg to avoid confusion, and use the
one from paginationOptions
0 commit comments