oO something kept movin the comment to the next line
This commit is contained in:
parent
bbdf0a1289
commit
b0eb241fc3
@ -67,8 +67,8 @@ export class RoomConnection implements RoomConnection {
|
|||||||
private closed: boolean = false;
|
private closed: boolean = false;
|
||||||
private tags: string[] = [];
|
private tags: string[] = [];
|
||||||
|
|
||||||
|
// eslint-disable-next-line @typescript-eslint/no-explicit-any
|
||||||
public static setWebsocketFactory(websocketFactory: (url: string) => any): void {
|
public static setWebsocketFactory(websocketFactory: (url: string) => any): void {
|
||||||
// eslint-disable-line @typescript-eslint/no-explicit-any
|
|
||||||
RoomConnection.websocketFactory = websocketFactory;
|
RoomConnection.websocketFactory = websocketFactory;
|
||||||
}
|
}
|
||||||
|
|
||||||
|
Loading…
Reference in New Issue
Block a user