diff --git a/src/Handler/Admin/Crontab.hs b/src/Handler/Admin/Crontab.hs index 53393abb0..5806edd60 100644 --- a/src/Handler/Admin/Crontab.hs +++ b/src/Handler/Admin/Crontab.hs @@ -220,5 +220,5 @@ postAdminJobsR = do getJobName :: Value -> Maybe Text getJobName (Object o) - | Just (String s) <- HashMap.lookup "job" o = Just s -- $ kebabToCamel s + | Just (String s) <- HashMap.lookup "job" o = Just s -- (kebabToCamel s) getJobName _ = Nothing \ No newline at end of file