Skip to content

Commit

Permalink
Add ?separate_anonymous=true
Browse files Browse the repository at this point in the history
  • Loading branch information
Gegy committed Nov 2, 2023
1 parent c57b6e6 commit 8a11a00
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,6 @@ public FullDonationState getTotalDonations() {
}

public List<TopDonor> getTopDonors(final int count) {
return requests.get("donors/top/" + count, TOP_DONORS_CODEC).orThrow();
return requests.get("donors/top/" + count + "?separate_anonymous=true", TOP_DONORS_CODEC).orThrow();
}
}

0 comments on commit 8a11a00

Please sign in to comment.