Commit 4b7f288
committed
Fix for bug#259
**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.1 parent 6cc1a40 commit 4b7f288
1 file changed
Lines changed: 2 additions & 0 deletions
| Original file line number | Diff line number | Diff line change | |
|---|---|---|---|
| |||
217 | 217 | | |
218 | 218 | | |
219 | 219 | | |
| 220 | + | |
220 | 221 | | |
221 | 222 | | |
222 | 223 | | |
| |||
234 | 235 | | |
235 | 236 | | |
236 | 237 | | |
| 238 | + | |
237 | 239 | | |
238 | 240 | | |
239 | 241 | | |
| |||
0 commit comments