Skip to content
Snippets Groups Projects
Commit af99eac2 authored by stuebinm's avatar stuebinm
Browse files

whoops, forgot to delete an output field and now it's in the hub

parent e311b736
Branches
No related tags found
Loading
Pipeline #11813 passed
...@@ -60,7 +60,6 @@ instance ToJSON MapResult where ...@@ -60,7 +60,6 @@ instance ToJSON MapResult where
[ "layer" .= CollectedLints (mapresultLayer res) [ "layer" .= CollectedLints (mapresultLayer res)
, "tileset" .= CollectedLints (mapresultTileset res) , "tileset" .= CollectedLints (mapresultTileset res)
, "general" .= mapresultGeneral res , "general" .= mapresultGeneral res
, "offers" .= mapresultProvides res
] ]
newtype CollectedLints = CollectedLints (Map Hint [Text]) newtype CollectedLints = CollectedLints (Map Hint [Text])
......
0% Loading or .
You are about to add 0 people to the discussion. Proceed with caution.
Please register or to comment