Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
**Root cause** The client constructor relies on the `getUser` method of the `miscRequests` module, which requires location-specific URL to be passed as one of its arguments. Added a property `location` to the `clientOptions` object passed to the client constructor. This `location` field will then be passed to the `getUser` method within the constructor.
- Loading branch information