diff --git a/graph/mutators/comment.js b/graph/mutators/comment.js index f559bebdf..75cad99b7 100644 --- a/graph/mutators/comment.js +++ b/graph/mutators/comment.js @@ -225,6 +225,10 @@ const filterNewComment = async (context, {body, asset_id}) => { ]; }; +/** + * moderationPhases is an array of phases carried out in order until a status is + * returned. + */ const moderationPhases = [ // This phase checks to see if the comment is long enough.