Skip to content

Commit

Permalink
Update examples/pod_paged.rs
Browse files Browse the repository at this point in the history
Co-authored-by: Teo Klestrup Röijezon <teo@nullable.se>
Signed-off-by: Guilherme Oenning <me@goenning.net>
  • Loading branch information
goenning and nightkr authored Aug 10, 2022
1 parent 9ee95c1 commit 0e6d7d5
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion examples/pod_paged.rs
Original file line number Diff line number Diff line change
Expand Up @@ -21,7 +21,6 @@ async fn main() -> anyhow::Result<()> {

info!("Fetching Page #{}", page);
continue_token = fetch_page(&api, continue_token).await?;
info!("");

if continue_token.is_none() {
info!("End of list");
Expand Down

0 comments on commit 0e6d7d5

Please sign in to comment.