We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 23a4cec commit 3ff4579Copy full SHA for 3ff4579
govtool/backend/src/VVA/API.hs
@@ -297,7 +297,7 @@ getVotes (unHexText -> dRepId) selectedTypes sortMode mSearch = do
297
(votes, proposals) <- cacheRequest dRepGetVotesCache dRepId $ DRep.getVotes dRepId []
298
299
let voteMapById = Map.fromList $
300
- map (\vote -> (Types.voteGovActionId vote, vote)) votes
+ map (\vote -> (Types.voteGovActionId vote, vote)) votes
301
302
processedProposals <- filter (isProposalSearchedFor mSearch) <$>
303
mapSortAndFilterProposals selectedTypes sortMode proposals
0 commit comments