diff --git a/lib/CheckMap.hs b/lib/CheckMap.hs index 467fa2649a76f4621d868dbec359dd1086159592..8854b4c5f27058a1e62958a94e1ac82ed365e10a 100644 --- a/lib/CheckMap.hs +++ b/lib/CheckMap.hs @@ -60,7 +60,6 @@ instance ToJSON MapResult where [ "layer" .= CollectedLints (mapresultLayer res) , "tileset" .= CollectedLints (mapresultTileset res) , "general" .= mapresultGeneral res - , "offers" .= mapresultProvides res ] newtype CollectedLints = CollectedLints (Map Hint [Text])