Skip to content

Commit 11f9f84

Browse files
authored
fetchWithInstance: Actually use the given instance
1 parent 4747144 commit 11f9f84

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/http/HTTP.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,7 @@ class HTTP {
4343
};
4444

4545
try {
46-
const response = await this.axios(config);
46+
const response = await instance(config);
4747

4848
return response.data;
4949
} catch (e) {

0 commit comments

Comments
 (0)