Skip to content

Commit

Permalink
Merge branch 'master' into development
Browse files Browse the repository at this point in the history
  • Loading branch information
feruzm committed Nov 3, 2023
2 parents cda97e3 + 4adc63a commit a3baf0c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/common/api/hive.ts
Original file line number Diff line number Diff line change
Expand Up @@ -467,7 +467,7 @@ export const getProposals = (): Promise<Proposal[]> =>
client
.call("database_api", "list_proposals", {
start: [-1],
limit: 200,
limit: 500,
order: "by_total_votes",
order_direction: "descending",
status: "all"
Expand Down

0 comments on commit a3baf0c

Please sign in to comment.