feat: add clientOptions setter
This commit is contained in:
parent
1eb9ebbdf8
commit
eb242bd3c7
|
@ -83,8 +83,8 @@ export class S5Client {
|
||||||
return this._clientOptions;
|
return this._clientOptions;
|
||||||
}
|
}
|
||||||
|
|
||||||
get customOptions(): CustomClientOptions {
|
set clientOptions(value: CustomClientOptions) {
|
||||||
return this._customOptions;
|
this._clientOptions = value;
|
||||||
}
|
}
|
||||||
|
|
||||||
private _portalUrl: string;
|
private _portalUrl: string;
|
||||||
|
|
Loading…
Reference in New Issue