Fixing token management

This commit is contained in:
David Négrier 2020-06-10 12:32:39 +02:00
parent a373626e24
commit 928e486de5
2 changed files with 5 additions and 2 deletions

View file

@ -4,7 +4,7 @@ import {Identificable} from "./Identificable";
import {TokenInterface} from "../../Controller/AuthenticateController";
export interface ExSocketInterface extends Socket, Identificable {
token: TokenInterface;
token: string;
roomId: string;
webRtcRoomId: string;
userId: string;