Skip to content

Commit

Permalink
lint ws fix
Browse files Browse the repository at this point in the history
  • Loading branch information
msimerson committed Jul 31, 2017
1 parent f79f621 commit 421c7af
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion index.js
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@ exports.load_redis_ini = function () {

if (plugin.redisCfg.opts === undefined) plugin.redisCfg.opts = {};
Object.keys(plugin.redisCfg.opts).forEach(opt => {
if (ps[opt] === undefined) ps[opt] = plugin.redisCfg.opts[opt];
if (ps[opt] === undefined) ps[opt] = plugin.redisCfg.opts[opt];
});
};

Expand Down

0 comments on commit 421c7af

Please sign in to comment.