diff --git a/src/database/mongo/sets.js b/src/database/mongo/sets.js index 2868a04c0b..69dfa020a0 100644 --- a/src/database/mongo/sets.js +++ b/src/database/mongo/sets.js @@ -201,7 +201,7 @@ module.exports = function(db, module) { }); callback(null, counts); }); - } + }; module.setRemoveRandom = function(key, callback) { callback = callback || function() {}; diff --git a/src/database/redis/helpers.js b/src/database/redis/helpers.js index 26e2169c57..f1fe02b3be 100644 --- a/src/database/redis/helpers.js +++ b/src/database/redis/helpers.js @@ -34,6 +34,6 @@ helpers.resultsToBool = function(results) { results[i] = results[i] === 1; } return results; -} +}; module.exports = helpers; \ No newline at end of file