fix: auto repair bugs #60
This commit is contained in:
parent
62b7ea8017
commit
02d8e9e030
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);
|
||||
} else if (token) {
|
||||
config.headers.Authorization = `Bearer ${token}`;
|
||||
resolve(request(config));
|
||||
request(config).then(resolve).catch(reject);
|
||||
}
|
||||
});
|
||||
failedQueue = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user