change when you initialize the requestwrapper to pass along the restInverseOptions to getBaseUrl currently the ability to pass your own baseUrl is not working
This commit is contained in:
@@ -26,7 +26,7 @@ export class InverseClient extends SharedEndpoints {
|
||||
this.requestWrapper = new RequestWrapper(
|
||||
key,
|
||||
secret,
|
||||
getRestBaseUrl(useLivenet),
|
||||
getRestBaseUrl(useLivenet, restInverseOptions),
|
||||
restInverseOptions,
|
||||
requestOptions
|
||||
);
|
||||
|
||||
Reference in New Issue
Block a user