refactor: fix hlint
This commit is contained in:
parent
49d9ab9dba
commit
40ce19d1b4
@ -358,9 +358,9 @@ makeExternalExamUsersTable mode (Entity eeId ExternalExam{..}) = do
|
|||||||
: repeat (Just . Just $ utcToZonedTime exampleTime)
|
: repeat (Just . Just $ utcToZonedTime exampleTime)
|
||||||
| csvEUserExamResult <- cycle . catMaybes $
|
| csvEUserExamResult <- cycle . catMaybes $
|
||||||
[ guardOn (hasExamGradingPass externalExamGradingMode) $ ExamAttended (Left $ ExamPassed True)
|
[ guardOn (hasExamGradingPass externalExamGradingMode) $ ExamAttended (Left $ ExamPassed True)
|
||||||
, guardOn (hasExamGradingGrades externalExamGradingMode) $ ExamAttended (Right $ Grade50)
|
, guardOn (hasExamGradingGrades externalExamGradingMode) $ ExamAttended (Right Grade50)
|
||||||
, pure $ ExamVoided
|
, pure ExamVoided
|
||||||
, pure $ ExamNoShow
|
, pure ExamNoShow
|
||||||
]
|
]
|
||||||
]
|
]
|
||||||
}
|
}
|
||||||
|
|||||||
Reference in New Issue
Block a user