We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 4747144 commit 11f9f84Copy full SHA for 11f9f84
1 file changed
src/http/HTTP.ts
@@ -43,7 +43,7 @@ class HTTP {
43
};
44
45
try {
46
- const response = await this.axios(config);
+ const response = await instance(config);
47
48
return response.data;
49
} catch (e) {
0 commit comments