mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-05-06 08:06:45 +02:00
ESlint keyword-spacing, no-multi-spaces
This commit is contained in:
@@ -52,7 +52,7 @@ module.exports = function (redisClient, module) {
|
||||
}
|
||||
var multi = redisClient.multi();
|
||||
|
||||
for(var x = 0; x < keys.length; x += 1) {
|
||||
for (var x = 0; x < keys.length; x += 1) {
|
||||
multi.hmget.apply(multi, [keys[x]].concat(fields));
|
||||
}
|
||||
|
||||
|
||||
Reference in New Issue
Block a user