fix(build): fix build
This commit is contained in:
parent
4d0f7a6a70
commit
49dc4139cf
@ -1156,7 +1156,7 @@ assignHandler tid ssh csh cid assignSids = do
|
||||
(\acc (E.Value sheetCorrectorSheet, Entity uid user) ->
|
||||
let shn = sheetName $ sheets ! sheetCorrectorSheet
|
||||
scr = SheetCorrector uid sheetCorrectorSheet mempty CorrectorExcused
|
||||
in Map.insertWith (\new old -> old) uid (user, Map.singleton shn scr) acc -- keep already known correctors unchanged
|
||||
in Map.insertWith (\_new old -> old) uid (user, Map.singleton shn scr) acc -- keep already known correctors unchanged
|
||||
)
|
||||
|
||||
submissions <- E.select . E.from $ \submission -> do
|
||||
|
||||
Loading…
Reference in New Issue
Block a user