Compare commits
No commits in common. "3ca35eca4dd8107879f556567ec706fc6f960525" and "62b7ea80177b8869b62df0c377ef56c5321ffb5c" have entirely different histories.
3ca35eca4d
...
62b7ea8017
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}`;
|
||||
request(config).then(resolve).catch(reject);
|
||||
resolve(request(config));
|
||||
}
|
||||
});
|
||||
failedQueue = [];
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user