forgot to export helpers as well for secondary db

This commit is contained in:
psychobunny
2014-04-14 15:15:21 -04:00
parent 290e348851
commit 8a1f6eb43e
2 changed files with 14 additions and 7 deletions

View File

@@ -106,5 +106,7 @@
redisClient.quit();
};
module.helpers = module.helpers || {};
module.helpers.level = require('./mongo/helpers');
}(exports));