Fix build.

This commit is contained in:
SJost 2018-10-11 10:39:28 +02:00
parent d937e3d894
commit bef662d162

View File

@ -151,13 +151,13 @@ postProfileDataR = do
-- first determine all submission that solely depend on this user: -- first determine all submission that solely depend on this user:
-- SubmissionGroup / SubmissionGroupUser -- SubmissionGroup / SubmissionGroupUser
-- Submission / SubmissionUser -- Submission / SubmissionUser
-- runDB $ deleteCascade uid -- runDB $ deleteCascade uid
(FormSuccess BtnAbort ) -> do (FormSuccess BtnAbort ) -> do
addMessageI Info MsgAborted addMessageI Info MsgAborted
getProfileDataR redirect ProfileDataR
_other -> do _other -> return ()
getProfileDataR getProfileDataR
getProfileDataR :: Handler Html getProfileDataR :: Handler Html