summaryrefslogtreecommitdiff
path: root/lib
diff options
context:
space:
mode:
authorstuebinm2021-12-25 18:16:29 +0100
committerstuebinm2021-12-25 18:16:29 +0100
commitaf99eac212c96111179209098281224fab5f4f63 (patch)
tree4fa63308dddb3db1f27419c6cb20abef1d0927d5 /lib
parente311b7364095463da15fd3ddc7fbc32f66ede0f2 (diff)
whoops, forgot to delete an output field and now it's in the hub
Diffstat (limited to 'lib')
-rw-r--r--lib/CheckMap.hs1
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])