Apply 1 suggestion(s) to 1 file(s)
This commit is contained in:
parent
5b4df3c6b1
commit
e4f9f393eb
@ -19,7 +19,7 @@ getAShowR :: TermId -> SchoolId -> AllocationShorthand -> Handler Html
|
|||||||
getAShowR tid ssh ash = do
|
getAShowR tid ssh ash = do
|
||||||
muid <- maybeAuthId
|
muid <- maybeAuthId
|
||||||
now <- liftIO getCurrentTime
|
now <- liftIO getCurrentTime
|
||||||
ata <- fromMaybe def <$> lookupSessionJson SessionActiveAuthTags
|
ata <- getSessionActiveAuthTags
|
||||||
|
|
||||||
let
|
let
|
||||||
resultCourse :: Simple Field1 a (Entity Course) => Lens' a (Entity Course)
|
resultCourse :: Simple Field1 a (Entity Course) => Lens' a (Entity Course)
|
||||||
|
|||||||
Reference in New Issue
Block a user