mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-10-28 09:36:16 +01:00
ESlint no-unused-vars
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = function (Plugins) {
|
||||
if (parts.length > 2) {
|
||||
parts.pop();
|
||||
}
|
||||
var hook = parts.join(':');
|
||||
parts.join(':');
|
||||
}
|
||||
|
||||
if (data.hook && data.method) {
|
||||
|
||||
Reference in New Issue
Block a user