fix: build
This commit is contained in:
parent
ed5d871182
commit
43bb0abe72
@ -161,7 +161,7 @@ getCShowR tid ssh csh = do
|
||||
E.where_ $ tutorial E.^. TutorialCourse E.==. E.val cid
|
||||
let showRoom = maybe E.false (flip showTutorialRoom tutorial . E.val) mbAid
|
||||
E.||. E.not_ (tutorial E.^. TutorialRoomHidden)
|
||||
return (tutorial, )
|
||||
return (tutorial, showRoom)
|
||||
dbtRowKey = (E.^. TutorialId)
|
||||
dbtProj = traverse $ return . over _2 E.unValue
|
||||
dbtColonnade = dbColonnade $ mconcat
|
||||
|
||||
Loading…
Reference in New Issue
Block a user