forked from FoundKeyGang/FoundKey
fix typescript error TS1015
This commit is contained in:
parent
5a4e300552
commit
2e32715d36
1 changed files with 1 additions and 1 deletions
|
@ -32,7 +32,7 @@ export default class Stream extends EventEmitter<StreamEvents> {
|
||||||
private nonSharedConnections: NonSharedConnection[] = [];
|
private nonSharedConnections: NonSharedConnection[] = [];
|
||||||
private idCounter = 0;
|
private idCounter = 0;
|
||||||
|
|
||||||
constructor(origin: string, user: { token: string; } | null, options?: {
|
constructor(origin: string, user: { token: string; } | null, options: {
|
||||||
WebSocket?: any;
|
WebSocket?: any;
|
||||||
} = {}) {
|
} = {}) {
|
||||||
super();
|
super();
|
||||||
|
|
Loading…
Reference in a new issue