mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-16 02:36:16 +01:00
closes #6301
This commit is contained in:
@@ -277,7 +277,7 @@ module.exports = function (db, module) {
|
||||
callback = callback || helpers.noop;
|
||||
value = parseInt(value, 10);
|
||||
if (!key || isNaN(value)) {
|
||||
return callback();
|
||||
return callback(null, null);
|
||||
}
|
||||
|
||||
var data = {};
|
||||
|
||||
Reference in New Issue
Block a user