Skip to content

Commit

Permalink
Sort by id in pagination function
Browse files Browse the repository at this point in the history
  • Loading branch information
matty271828 committed Oct 31, 2023
1 parent 0e20aa8 commit 9d10975
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion internal/api/pagination.go
Original file line number Diff line number Diff line change
Expand Up @@ -97,7 +97,6 @@ func GetPaginated[DataSchema ~[]T, T any](ctx context.Context, client *Client, t
}

page = cursor.Pages.Next

}

return responses, nil
Expand Down

0 comments on commit 9d10975

Please sign in to comment.