mirror of
https://github.com/NodeBB/NodeBB.git
synced 2025-11-02 12:05:57 +01:00
forgot to export helpers as well for secondary db
This commit is contained in:
@@ -106,5 +106,7 @@
|
||||
redisClient.quit();
|
||||
};
|
||||
|
||||
module.helpers = module.helpers || {};
|
||||
module.helpers.level = require('./mongo/helpers');
|
||||
}(exports));
|
||||
|
||||
|
||||
Reference in New Issue
Block a user