fix: hlint
This commit is contained in:
parent
e2f32855bf
commit
4348efca35
@ -63,7 +63,7 @@ getParticipantsListR = do
|
|||||||
|
|
||||||
getParticipantsR :: TermId -> SchoolId -> Handler TypedContent
|
getParticipantsR :: TermId -> SchoolId -> Handler TypedContent
|
||||||
getParticipantsR tid ssh = do
|
getParticipantsR tid ssh = do
|
||||||
csvName <- timestampCsv <*> fmap (flip (addExtension `on` unpack) extensionCsv) (getMessageRender <*> pure (MsgParticipantsCsvName tid ssh))
|
csvName <- timestampCsv <*> fmap ((flip addExtension `on` unpack) extensionCsv) (getMessageRender <*> pure (MsgParticipantsCsvName tid ssh))
|
||||||
setContentDisposition' $ Just csvName
|
setContentDisposition' $ Just csvName
|
||||||
respondDefaultOrderedCsvDB $ E.selectSource partQuery .| C.map toParticipantEntry
|
respondDefaultOrderedCsvDB $ E.selectSource partQuery .| C.map toParticipantEntry
|
||||||
where
|
where
|
||||||
|
|||||||
Reference in New Issue
Block a user