diff options
-rw-r--r-- | lib/CheckMap.hs | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/lib/CheckMap.hs b/lib/CheckMap.hs index 467fa26..8854b4c 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]) |