Merge pull request 'fix: auto repair bugs #60' (#3) from fix/auto-20260313-104048 into main
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m46s
All checks were successful
Build and Deploy Web / build-and-deploy (push) Successful in 1m46s
Merge PR #3 (approved via Log Center)
This commit is contained in:
commit
3ca35eca4d
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