diff --git a/src/Lib/Types/AppIndex.hs b/src/Lib/Types/AppIndex.hs index b817303..1cf6494 100644 --- a/src/Lib/Types/AppIndex.hs +++ b/src/Lib/Types/AppIndex.hs @@ -82,7 +82,7 @@ instance FromJSON AppManifest where [] -> fail "No Valid Version Info" (x : xs) -> pure $ x :| xs storeAppTimestamp <- config .:? "timestamp" - return (appId, StoreApp { .. }) + pure (appId, StoreApp { .. }) return $ AppManifest (HM.fromList apps) instance ToJSON AppManifest where toJSON = toJSON . unAppManifest