Skip to content

Commit 37ac8f1

Browse files
author
vikasrohit
authored
Merge pull request #3897 from appirio-tech/hotfix/post-release-2.8.1
[HOTFIX] [PROD] Post release 2.8.1
2 parents 3e68fd1 + 4e739b9 commit 37ac8f1

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)