Skip to content

Commit 1fe8f02

Browse files
committed
Fix offchain tool
1 parent b650ffb commit 1fe8f02

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

cardano-db-sync/app/http-get-json-metadata.hs

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -45,7 +45,7 @@ main = do
4545
Right bs -> bs
4646

4747
cleanOpt :: [String] -> [String]
48-
cleanOpt ls = List.delete "ga" $ List.delete "vote" $ List.delete "drep" $ List.delete "pool" ls
48+
cleanOpt ls = ls List.\\ ["url", "ga", "drep", "other", "vote", "committee_dereg", "const"]
4949

5050
getVoteType :: [String] -> Maybe OffChainVoteType
5151
getVoteType ls

0 commit comments

Comments
 (0)