Skip to content

Commit 2eae0de

Browse files
committed
fix: remove unneeded config
1 parent 3b3fe79 commit 2eae0de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/common/atlas/apiClient.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -116,7 +116,7 @@ export class ApiClient {
116116
const accessToken = await this.getAccessToken();
117117

118118
const endpoint = "api/private/ipinfo";
119-
const url = new URL(endpoint, this.options.baseUrl || config.apiBaseUrl);
119+
const url = new URL(endpoint, this.options.baseUrl);
120120
const response = await fetch(url, {
121121
method: "GET",
122122
headers: {

0 commit comments

Comments
 (0)