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: bail out on incomplete pagination instead of acting on partial data
When a GraphQL or jq error breaks the pagination loop mid-flight,
skip resolution entirely rather than proceeding with threads from
only the earlier pages. This prevents incorrectly leaving threads
open (or resolving them) based on an incomplete view.
0 commit comments