Skip to content

Commit 3ff4579

Browse files
authored
Update API.hs
Signed-off-by: bosko-m <[email protected]>
1 parent 23a4cec commit 3ff4579

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

govtool/backend/src/VVA/API.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -297,7 +297,7 @@ getVotes (unHexText -> dRepId) selectedTypes sortMode mSearch = do
297297
(votes, proposals) <- cacheRequest dRepGetVotesCache dRepId $ DRep.getVotes dRepId []
298298

299299
let voteMapById = Map.fromList $
300-
map (\vote -> (Types.voteGovActionId vote, vote)) votes
300+
map (\vote -> (Types.voteGovActionId vote, vote)) votes
301301

302302
processedProposals <- filter (isProposalSearchedFor mSearch) <$>
303303
mapSortAndFilterProposals selectedTypes sortMode proposals

0 commit comments

Comments
 (0)