Turn toxic comment group_id into a constant

This commit is contained in:
Chi Vinh Le
2017-09-18 22:39:30 +07:00
parent cd100a23cb
commit c8dc5d4cd9
@@ -37,7 +37,7 @@ module.exports = {
input.actions.push({
action_type: 'FLAG',
user_id: null,
group_id: 'Comment contains toxic language',
group_id: 'TOXIC_COMMENT',
metadata: {}
});
}