oO something kept movin the comment to the next line

This commit is contained in:
jonny
2021-06-25 18:45:15 +02:00
parent bbdf0a1289
commit b0eb241fc3
+1 -1
View File
@@ -67,8 +67,8 @@ export class RoomConnection implements RoomConnection {
private closed: boolean = false;
private tags: string[] = [];
// eslint-disable-next-line @typescript-eslint/no-explicit-any
public static setWebsocketFactory(websocketFactory: (url: string) => any): void {
// eslint-disable-line @typescript-eslint/no-explicit-any
RoomConnection.websocketFactory = websocketFactory;
}