Skip to content

Commit

Permalink
Fix metadata tool
Browse files Browse the repository at this point in the history
  • Loading branch information
kderme committed Jun 5, 2024
1 parent d5c3bb9 commit cd10a2b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion cardano-db-sync/app/http-get-json-metadata.hs
Original file line number Diff line number Diff line change
Expand Up @@ -45,7 +45,7 @@ main = do
Right bs -> bs

cleanOpt :: [String] -> [String]
cleanOpt ls = List.delete "ga" $ List.delete "vote" $ List.delete "pool" ls
cleanOpt ls = List.delete "ga" $ List.delete "vote" $ List.delete "drep" $ List.delete "pool" ls

getVoteType :: [String] -> Maybe OffChainVoteType
getVoteType ls
Expand Down

0 comments on commit cd10a2b

Please sign in to comment.