mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-14 17:56:16 +01:00
fix: minor typo
This commit is contained in:
@@ -71,7 +71,7 @@ function activate(plugin) {
|
|||||||
process.exit(0);
|
process.exit(0);
|
||||||
}
|
}
|
||||||
|
|
||||||
db.sortetSetCard('plugins:active', next);
|
db.sortedSetCard('plugins:active', next);
|
||||||
},
|
},
|
||||||
function (numPlugins, next) {
|
function (numPlugins, next) {
|
||||||
winston.info('Activating plugin `%s`', plugin);
|
winston.info('Activating plugin `%s`', plugin);
|
||||||
|
|||||||
Reference in New Issue
Block a user