test: new mongodb deps (#13793)

This commit is contained in:
Barış Uşaklı
2025-12-02 11:08:20 -05:00
committed by GitHub
parent 5f55ca85e6
commit 287b25695d
2 changed files with 3 additions and 3 deletions

View File

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