Compare commits
3 Commits
fix/auto-2
...
main
| Author | SHA1 | Date | |
|---|---|---|---|
| 3ca35eca4d | |||
|
|
02d8e9e030 | ||
| 62b7ea8017 |
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