mirror of
https://github.com/hexastack/hexabot
synced 2025-06-26 18:27:28 +00:00
fix: socketio types
This commit is contained in:
@@ -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) {
|
||||
|
||||
Reference in New Issue
Block a user