fix: auto repair bugs #60 #3
BIN
__pycache__/repair_test_bug_60.cpython-313-pytest-9.0.2.pyc
Normal file
BIN
__pycache__/repair_test_bug_60.cpython-313-pytest-9.0.2.pyc
Normal file
Binary file not shown.
@ -89,7 +89,7 @@ function processQueue(error: Error | null, token: string | null = null) {
|
|||||||
reject(error);
|
reject(error);
|
||||||
} else if (token) {
|
} else if (token) {
|
||||||
config.headers.Authorization = `Bearer ${token}`;
|
config.headers.Authorization = `Bearer ${token}`;
|
||||||
resolve(request(config));
|
request(config).then(resolve).catch(reject);
|
||||||
}
|
}
|
||||||
});
|
});
|
||||||
failedQueue = [];
|
failedQueue = [];
|
||||||
|
|||||||
Loading…
x
Reference in New Issue
Block a user