mirror of
https://github.com/NodeBB/NodeBB.git
synced 2026-03-06 04:21:17 +01:00
fix require path
This commit is contained in:
@@ -15,7 +15,7 @@ module.exports = {
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
if (isRedisSessionStore) {
|
||||
var rdb = require.main.require('./database/redis');
|
||||
var rdb = require.main.require('./src/database/redis');
|
||||
var client = rdb.connect();
|
||||
async.waterfall([
|
||||
function (next) {
|
||||
|
||||
Reference in New Issue
Block a user