This commit is contained in:
Keagan McClelland
2021-09-29 12:06:50 -06:00
parent 55dfe2f7e5
commit fb94a03909
2 changed files with 3 additions and 3 deletions

View File

@@ -59,7 +59,7 @@ instance ToTypedContent CategoryRes where
toTypedContent = toTypedContent . toJSON
data ServiceRes = ServiceRes
{ serviceResIcon :: URL
, serviceResManifest :: Maybe Data.Aeson.Value -- ServiceManifest
, serviceResManifest :: Data.Aeson.Value -- ServiceManifest
, serviceResCategories :: [CategoryTitle]
, serviceResInstructions :: URL
, serviceResLicense :: URL