Skip to content

Commit afec7de

Browse files
committed
#39 Fix response onFulfilled comment typo
1 parent 1dbdc7c commit afec7de

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: ClientApp/src/plugins/axios.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -26,7 +26,7 @@ _axios.interceptors.request.use(
2626

2727
// Add a response interceptor
2828
_axios.interceptors.response.use(
29-
// Do something before request is sent
29+
// Do something with response data
3030
(response: any) => response,
3131
// Do something with response error
3232
(error: any) => Promise.reject(error),

0 commit comments

Comments
 (0)