Skip to content

Commit d95331e

Browse files
committed
fix: typo config fetcher
1 parent a2cdd5a commit d95331e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/config/Fetcher.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -75,7 +75,7 @@ class FetchApi {
7575
/**
7676
* axios instance with auth token
7777
*/
78-
get withAuth(): AxiosInstance {
78+
get default(): AxiosInstance {
7979
if (!this.axiosDefault) {
8080
this.axiosDefault = createAxios(this.baseUri)
8181
return this.axiosDefault

0 commit comments

Comments
 (0)