mirror of
https://github.com/actualbudget/actual.git
synced 2026-05-08 04:49:45 -05:00
4 lines
85 B
JavaScript
4 lines
85 B
JavaScript
module.exports = function cleanComment(data, item, list) {
|
|
list.remove(item);
|
|
};
|