refactor: hlint
This commit is contained in:
parent
7749238e55
commit
c0f69730b8
@ -139,7 +139,7 @@ makeSheetForm cId msId template = identifyForm FIDsheet . validateForm validateS
|
|||||||
|
|
||||||
if | not schoolSheetAuthorshipStatementAllowOther
|
if | not schoolSheetAuthorshipStatementAllowOther
|
||||||
-> (pure SheetAuthorshipStatementModeEnabled, pure sfAuthorshipStatementExam', )
|
-> (pure SheetAuthorshipStatementModeEnabled, pure sfAuthorshipStatementExam', )
|
||||||
<$> fmap sequenceA (fmap (fmap $ fmap authorshipStatementDefinitionContent) . traverse forcedContentField $ entityVal <$> mSchoolAuthorshipStatement)
|
<$> (fmap (traverse $ fmap authorshipStatementDefinitionContent) . traverse forcedContentField $ entityVal <$> mSchoolAuthorshipStatement)
|
||||||
| otherwise -> do
|
| otherwise -> do
|
||||||
examOpts <-
|
examOpts <-
|
||||||
let examFieldQuery = E.from $ \exam -> do
|
let examFieldQuery = E.from $ \exam -> do
|
||||||
|
|||||||
Loading…
Reference in New Issue
Block a user