2
0
mirror of https://github.com/tenrok/axios.git synced 2026-05-15 11:59:42 +03:00

refactor: remove redundant assignment (#7029)

This commit is contained in:
Noritaka Kobayashi
2025-09-14 04:10:51 +09:00
committed by GitHub
parent 9fb41a8fcd
commit c26d00f451
-2
View File
@@ -170,8 +170,6 @@ class Axios {
let newConfig = config;
i = 0;
while (i < len) {
const onFulfilled = requestInterceptorChain[i++];
const onRejected = requestInterceptorChain[i++];