This commit is contained in:
Barış Soner Uşaklı
2021-03-11 13:44:14 -05:00
parent 13f3c5040a
commit 3c60ccfd4d
2 changed files with 2 additions and 2 deletions

View File

@@ -65,7 +65,7 @@ mongoModule.init = async function () {
};
mongoModule.createSessionStore = async function (options) {
const { default: MongoStore } = require('connect-mongo');
const MongoStore = require('connect-mongo');
const meta = require('../meta');
const store = MongoStore.create({