mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-01-26 01:09:56 +01:00
fixed ip:recent weird
This commit is contained in:
@@ -2,6 +2,7 @@
|
||||
|
||||
module.exports = function(redisClient, module) {
|
||||
module.sortedSetAdd = function(key, score, value, callback) {
|
||||
callback = callback || function() {};
|
||||
redisClient.zadd(key, score, value, callback);
|
||||
};
|
||||
|
||||
|
||||
Reference in New Issue
Block a user