TaskCommentCreated

Triggers when a new comment was added to the task

{
    event: 'TaskCommentCreated',
    data: {
        userId: uuid,
        comments: [ < CommentSchema > ]
    },
    teamId: uuid
}