chore(haddock): fix some misleading comments

This commit is contained in:
Steffen Jost 2023-06-06 10:19:46 +00:00
parent e7a2cfc8ac
commit cc465fad16
3 changed files with 4 additions and 5 deletions

View File

@ -353,7 +353,7 @@ postUsersR = do
, dbtExtraReps = []
}
-- $logInfoS "UsersFormResult" $ tshow usersRes
-- $logInfoS "UsersFormResult" $ tshow usersRes
formResult usersRes $ \case
(act, usersSet)
| Set.null usersSet && isNotSetSupervisor act ->

View File

@ -1446,8 +1446,8 @@ dbTable PSValidator{..} dbtable@DBTable{ dbtIdent = dbtIdent'@(toPathPiece -> db
let
rowCount = fromMaybe 0 $ rows' ^? _head . _1 . _Value
-- | selectPagesize = fromMaybe 0 $ rows' ^? _head . _1 . _Value
-- | otherwise = olength64 rows
-- | selectPagesize = fromMaybe 0 $ rows' ^? _head . _1 . _Value
-- | otherwise = olength64 rows
rawAction = tblLink
$ setParam (wIdent "sorting") Nothing

View File

@ -297,8 +297,7 @@ dispatchJobLmsUserlist qid = JobHandlerAtomic act
(Entity luid luser, Just (Entity lulid lulist)) -> do
let lReceived = lmsUserlistTimestamp lulist
lmsMsgDay = utctDay lReceived
update luid [LmsUserReceived =. Just lReceived] -- LmsUserNotified is only updated upon sending notifications
-- $logInfoS "LmsUserlist" $ tshow lulist
update luid [LmsUserReceived =. Just lReceived] -- LmsUserNotified is only updated upon sending notifications
when (isNothing $ lmsUserNotified luser) $ do -- notify users that lms is available
queueDBJob JobSendNotification