mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-17 03:01:08 +01:00
ESlint comma-dangle
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function (Posts) {
|
||||
Posts.parsePost(postData, next);
|
||||
});
|
||||
}
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
}
|
||||
|
||||
@@ -67,7 +67,7 @@ module.exports = function (Posts) {
|
||||
}
|
||||
cache.del(pid);
|
||||
Posts.purge(pid, uid, next);
|
||||
}
|
||||
},
|
||||
], callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user