added docs

This commit is contained in:
Wyatt Johnson
2017-09-15 15:29:20 -06:00
parent f97094177a
commit 384c126d9e
+4
View File
@@ -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.