quiet hlint
This commit is contained in:
parent
aaedb64d36
commit
36358af8be
@ -360,5 +360,5 @@ getMArchiveR tid ssh csh mnm = do
|
|||||||
E.where_ $ materialFile E.^. MaterialFileMaterial E.==. E.val mid
|
E.where_ $ materialFile E.^. MaterialFileMaterial E.==. E.val mid
|
||||||
return file
|
return file
|
||||||
fileSource' = fileSelect .| C.map entityVal
|
fileSource' = fileSelect .| C.map entityVal
|
||||||
zipComment = Text.encodeUtf8 $ (termToText $ unTermKey tid) <> "-" <> toPathPiece (unSchoolKey ssh <> "-" <> csh <> ":" <> mnm)
|
zipComment = Text.encodeUtf8 $ termToText (unTermKey tid) <> "-" <> toPathPiece (unSchoolKey ssh <> "-" <> csh <> ":" <> mnm)
|
||||||
fileSource' .| produceZip ZipInfo{..} .| C.map toFlushBuilder
|
fileSource' .| produceZip ZipInfo{..} .| C.map toFlushBuilder
|
||||||
|
|||||||
Reference in New Issue
Block a user