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: cursors get re-used when out of data
If we have reached the end of available data when paginating,
Obelisk returns a `null` cursor.
However, the library does not check for this case and keeps looping,
with said cursor set to null,
effectively duplicating the result set until the desired size is reached.