mirror of
https://github.com/Start9Labs/registry.git
synced 2026-03-26 02:11:53 +00:00
accidentally deleted necessary log
This commit is contained in:
@@ -376,6 +376,7 @@ getPackageListR = do
|
||||
Just pp-> case readMaybe pp of
|
||||
Nothing -> do
|
||||
let e = InvalidParamsE "get:per-page" pp
|
||||
$logWarn (show e)
|
||||
sendResponseStatus status400 e
|
||||
Just (l :: Int) -> pure l
|
||||
getOsVersionQuery :: Handler (Maybe VersionRange)
|
||||
|
||||
Reference in New Issue
Block a user