mirror of
https://github.com/Sevichecc/Urara-Blog.git
synced 2025-05-04 11:09:30 +08:00
3 lines
85 B
Text
3 lines
85 B
Text
module.exports = function cleanComment(data, item, list) {
|
|
list.remove(item);
|
|
};
|