Skip to content

Commit

Permalink
Latest proposal should be on top (#61)
Browse files Browse the repository at this point in the history
* Colin's magic

* const proposals
  • Loading branch information
mariopino authored and colw committed Oct 30, 2019
1 parent c50d590 commit 615adaa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/cosmosV0-source.js
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,7 @@ class CosmosV0API extends PerBlockCacheDataSource {
'/staking/pool'
)
if (!Array.isArray(response)) return []
const proposals = response.map(async proposal => {
const proposals = response.map(proposal => {
return this.reducers.proposalReducer(
this.networkId,
proposal,
Expand Down

0 comments on commit 615adaa

Please sign in to comment.