Skip to content

Commit c26d00f

Browse files
authored
refactor: remove redundant assignment (#7029)
1 parent 9fb41a8 commit c26d00f

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

lib/core/Axios.js

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -170,8 +170,6 @@ class Axios {
170170

171171
let newConfig = config;
172172

173-
i = 0;
174-
175173
while (i < len) {
176174
const onFulfilled = requestInterceptorChain[i++];
177175
const onRejected = requestInterceptorChain[i++];

0 commit comments

Comments
 (0)