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