Fix build
This commit is contained in:
parent
8af5ec822a
commit
eae511ec02
@ -2161,10 +2161,10 @@ instance YesodAuth UniWorX where
|
|||||||
|
|
||||||
unless candidatesRecorded $ do
|
unless candidatesRecorded $ do
|
||||||
let
|
let
|
||||||
studyTermCandidates'' = do
|
studyTermCandidates' = do
|
||||||
(studyTermCandidateKey, studyTermCandidateName) <- Set.toList studyTermCandidates'
|
(studyTermCandidateKey, studyTermCandidateName) <- Set.toList studyTermCandidates
|
||||||
return StudyTermCandidate{..}
|
return StudyTermCandidate{..}
|
||||||
lift $ insertMany_ studyTermCandidates''
|
lift $ insertMany_ studyTermCandidates'
|
||||||
|
|
||||||
lift $ E.updateWhere [StudyFeaturesUser ==. userId] [StudyFeaturesValid =. False]
|
lift $ E.updateWhere [StudyFeaturesUser ==. userId] [StudyFeaturesValid =. False]
|
||||||
forM_ fs $ \f@StudyFeatures{..} -> do
|
forM_ fs $ \f@StudyFeatures{..} -> do
|
||||||
|
|||||||
Reference in New Issue
Block a user