chore: don't use suffix of a prefix for mapping description
This commit is contained in:
parent
8f2b31acef
commit
344bd420cd
@ -304,7 +304,7 @@ examAutoOccurrence (hash -> seed) rule ExamAutoOccurrenceConfig{..} occurrences
|
|||||||
| (uid, (User{..}, Nothing)) <- Map.toList users
|
| (uid, (User{..}, Nothing)) <- Map.toList users
|
||||||
, matriculation' <- userMatrikelnummer ^.. _Just . filtered (not . null)
|
, matriculation' <- userMatrikelnummer ^.. _Just . filtered (not . null)
|
||||||
]
|
]
|
||||||
in Map.mapKeysWith Set.union (take . F.minimum . Set.map length $ Map.keysSet matrUsers) matrUsers
|
in matrUsers
|
||||||
_ -> Map.singleton [] $ Map.keysSet users
|
_ -> Map.singleton [] $ Map.keysSet users
|
||||||
|
|
||||||
occurrences' :: Map ExamOccurrenceId Natural
|
occurrences' :: Map ExamOccurrenceId Natural
|
||||||
|
|||||||
Reference in New Issue
Block a user