We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3b3fe79 commit 2eae0deCopy full SHA for 2eae0de
src/common/atlas/apiClient.ts
@@ -116,7 +116,7 @@ export class ApiClient {
116
const accessToken = await this.getAccessToken();
117
118
const endpoint = "api/private/ipinfo";
119
- const url = new URL(endpoint, this.options.baseUrl || config.apiBaseUrl);
+ const url = new URL(endpoint, this.options.baseUrl);
120
const response = await fetch(url, {
121
method: "GET",
122
headers: {
0 commit comments