Skip to content

Commit

Permalink
Merge branch 'People-11:master' into master
Browse files Browse the repository at this point in the history
  • Loading branch information
bGlzdGRlcg authored Jan 2, 2025
2 parents c496187 + a9e8835 commit 5f4caa1
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions eh2telegraph/src/collector/utils/paged.rs
Original file line number Diff line number Diff line change
Expand Up @@ -43,8 +43,7 @@ where
let content = client
.get_builder(&url)
.send()
.await
.and_then(Response::error_for_status)?
.await?
.text()
.await?;
self.next_page += 1;
Expand Down

0 comments on commit 5f4caa1

Please sign in to comment.