App.hs compiles (dubiously)
Removed query body is no longer a maybe value
This commit is contained in:
@@ -42,7 +42,7 @@ data AppConfig = AppConfig {
|
||||
, configSchema :: String
|
||||
, configJwtSecret :: Secret
|
||||
, configPool :: Int
|
||||
, configMaxRows :: Maybe Int
|
||||
, configMaxRows :: Maybe Integer
|
||||
}
|
||||
|
||||
argParser :: Parser AppConfig
|
||||
|
||||
Reference in New Issue
Block a user