Apply suggenstions

This commit is contained in:
Chi Vinh Le
2017-09-20 04:30:29 +07:00
parent 42954fb84a
commit c3e24a0451
3 changed files with 17 additions and 20 deletions
+1 -1
View File
@@ -398,7 +398,7 @@ const moderationPhases = [
* @param {String} body body of the comment
* @param {String} [asset_id] asset for the comment
* @param {Object} [wordlist={}] the results of the wordlist scan
* @return {Object} resolves to the comment's status and actions
* @return {Promise} resolves to the comment's status and actions
*/
const resolveCommentModeration = async (context, comment) => {