diff options
author | stuebinm | 2021-12-25 18:16:29 +0100 |
---|---|---|
committer | stuebinm | 2021-12-25 18:16:29 +0100 |
commit | af99eac212c96111179209098281224fab5f4f63 (patch) | |
tree | 4fa63308dddb3db1f27419c6cb20abef1d0927d5 | |
parent | e311b7364095463da15fd3ddc7fbc32f66ede0f2 (diff) |
whoops, forgot to delete an output field and now it's in the hub
-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]) |