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:
Blake Johnson
2021-02-18 16:08:50 -06:00
parent 5bf4274d04
commit 96427fac99

View File

@@ -26,7 +26,7 @@ export class InverseClient extends SharedEndpoints {
this.requestWrapper = new RequestWrapper( this.requestWrapper = new RequestWrapper(
key, key,
secret, secret,
getRestBaseUrl(useLivenet), getRestBaseUrl(useLivenet, restInverseOptions),
restInverseOptions, restInverseOptions,
requestOptions requestOptions
); );