Spaces:
Configuration error
Configuration error
File size: 114 Bytes
a053984 |
1 2 3 4 5 6 7 8 |
'use strict';
function cleanComment(data, item, list) {
list.remove(item);
}
module.exports = cleanComment;
|