mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 12:31:33 +01:00
added parseInt
This commit is contained in:
@@ -369,7 +369,7 @@
|
||||
};
|
||||
|
||||
data.setName = key;
|
||||
module.setObject(key+':'+value, data, callback);
|
||||
module.setObject(key + ':' + value, data, callback);
|
||||
}
|
||||
|
||||
module.sortedSetRemove = function(key, value, callback) {
|
||||
|
||||
Reference in New Issue
Block a user