Skip to content

Commit

Permalink
Merge pull request #477 from skytz/paginator-infinity-loop-fix
Browse files Browse the repository at this point in the history
Fixed infinite loop on list pagination when the result had more than 1 item
  • Loading branch information
arlyon authored Jan 24, 2024
2 parents 67a8fd4 + 49893df commit 306b94c
Show file tree
Hide file tree
Showing 2 changed files with 268 additions and 41 deletions.
1 change: 1 addition & 0 deletions examples/connect.rs
Original file line number Diff line number Diff line change
Expand Up @@ -48,6 +48,7 @@ async fn main() {
expand: &[],
refresh_url: Some("https://test.com/refresh"),
return_url: Some("https://test.com/return"),
collection_options: None,
},
)
.await
Expand Down
Loading

0 comments on commit 306b94c

Please sign in to comment.