*make _socketOptions protected

This commit is contained in:
Derrick Hammer 2023-04-15 19:45:16 -04:00
parent ddf6b2c9d8
commit 8ea1ad3006
Signed by: pcfreak30
GPG Key ID: C997C339BE476FF2
1 changed files with 1 additions and 1 deletions

View File

@ -41,7 +41,7 @@ export default abstract class Proxy {
this.init();
}
private _socketOptions: DataSocketOptions;
protected _socketOptions: DataSocketOptions;
get socketOptions(): DataSocketOptions {
return this._socketOptions;