mirror of
https://github.com/tenrok/axios.git
synced 2026-06-20 20:00:40 +03:00
refactor: remove redundant assignment (#7029)
This commit is contained in:
committed by
GitHub
parent
9fb41a8fcd
commit
c26d00f451
@@ -170,8 +170,6 @@ class Axios {
|
|||||||
|
|
||||||
let newConfig = config;
|
let newConfig = config;
|
||||||
|
|
||||||
i = 0;
|
|
||||||
|
|
||||||
while (i < len) {
|
while (i < len) {
|
||||||
const onFulfilled = requestInterceptorChain[i++];
|
const onFulfilled = requestInterceptorChain[i++];
|
||||||
const onRejected = requestInterceptorChain[i++];
|
const onRejected = requestInterceptorChain[i++];
|
||||||
|
|||||||
Reference in New Issue
Block a user