mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 07:07:13 +02:00
Fix space-infix-ops linter rule
This commit is contained in:
@@ -44,7 +44,7 @@ module.exports = function(redisClient, module) {
|
||||
}
|
||||
var multi = redisClient.multi();
|
||||
|
||||
for(var x=0; x<keys.length; ++x) {
|
||||
for(var x = 0; x < keys.length; ++x) {
|
||||
multi.hmget.apply(multi, [keys[x]].concat(fields));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user