mirror of
https://iceshrimp.dev/limepotato/jormungandr-bite.git
synced 2024-11-15 06:27:34 -07:00
Fix access level
This commit is contained in:
parent
900b795785
commit
612123ec6d
1 changed files with 1 additions and 1 deletions
|
@ -7,7 +7,7 @@ import Connection from './stream';
|
|||
* 複数の場所から同じストリームを利用する際、接続をまとめたりする
|
||||
*/
|
||||
export default abstract class StreamManager<T extends Connection> extends EventEmitter {
|
||||
protected _connection: T = null;
|
||||
private _connection: T = null;
|
||||
|
||||
/**
|
||||
* コネクションを必要としているユーザー
|
||||
|
|
Loading…
Reference in a new issue