Comment.js 85 B

123
  1. module.exports = function cleanComment(data, item, list) {
  2. list.remove(item);
  3. };