Skip to content

Commit 4e739b9

Browse files
author
Maksym Mykhailenko
committed
chore: remove timeout
1 parent 3e68fd1 commit 4e739b9

File tree

1 file changed

+1
-2
lines changed

1 file changed

+1
-2
lines changed

src/api/requestInterceptor.js

Lines changed: 1 addition & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -24,8 +24,7 @@ export const getToken = () => {
2424
export const axiosInstance = axios.create({
2525
headers: {
2626
'Content-Type': 'application/json'
27-
},
28-
timeout: 20000
27+
}
2928
})
3029

3130
// request interceptor to pass auth token

0 commit comments

Comments
 (0)