From af99eac212c96111179209098281224fab5f4f63 Mon Sep 17 00:00:00 2001
From: stuebinm <stuebinm@disroot.org>
Date: Sat, 25 Dec 2021 18:16:29 +0100
Subject: [PATCH] whoops, forgot to delete an output field and now it's in the
 hub

---
 lib/CheckMap.hs | 1 -
 1 file changed, 1 deletion(-)

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])
-- 
GitLab