fix: socketio types

This commit is contained in:
abdou6666
2024-12-30 16:49:25 +01:00
parent cea41c20bc
commit 38cabf5d2c
4 changed files with 22 additions and 21 deletions

View File

@@ -10,7 +10,7 @@ import MongoStore from 'connect-mongo';
import { config } from '@/config';
let sessionStore: MongoStore = null;
let sessionStore: MongoStore | null = null;
export const getSessionStore = () => {
if (!sessionStore) {