diff --git a/src/Handler/Course/ParticipantInvite.hs b/src/Handler/Course/ParticipantInvite.hs index 1dbcda070..28eb63a76 100644 --- a/src/Handler/Course/ParticipantInvite.hs +++ b/src/Handler/Course/ParticipantInvite.hs @@ -281,7 +281,7 @@ upsertNewTutorial cid tutorialName = do , TutorialType =. CI.mk "Schulung" , TutorialLastChanged =. now ] - -- TODO: audit + audit $ TransactionTutorialEdit tutId return tutId registerTutorialMembers :: TutorialId -> Set UserId -> Handler ()