make version arch optional

This commit is contained in:
Lucy Cifferello
2021-07-02 17:44:47 -04:00
committed by Keagan McClelland
parent d2f8db82cf
commit 82dcfbd5f5
3 changed files with 2 additions and 4 deletions

View File

@@ -32,7 +32,7 @@ createAppVersion sId VersionInfo {..} arch = do
versionInfoReleaseNotes
versionInfoOsRequired
versionInfoOsRecommended
arch
(Just arch)
createMetric :: MonadIO m => Key SApp -> Key SVersion -> ReaderT SqlBackend m ()
createMetric appId versionId = do