mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-03 20:45:58 +01:00
typo
This commit is contained in:
@@ -12,7 +12,7 @@ module.exports = function(redisClient, module) {
|
|||||||
};
|
};
|
||||||
|
|
||||||
function sortedSetAddMulti(key, scores, values, callback) {
|
function sortedSetAddMulti(key, scores, values, callback) {
|
||||||
if (!score.length || !values.length) {
|
if (!scores.length || !values.length) {
|
||||||
return callback();
|
return callback();
|
||||||
}
|
}
|
||||||
|
|
||||||
|
|||||||
Reference in New Issue
Block a user