We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents c05bd3a + 51428f7 commit 8eb6fb9Copy full SHA for 8eb6fb9
1 file changed
GitHubApi.js
@@ -67,6 +67,7 @@ class GitHubApi{
67
if(accessToken){
68
throw new Error('Unauthorized GitHub OAuth-Token. Logged out.');
69
}
70
+ return;
71
}else if([403, 429/*Unconfirmed*/].includes(response.status)){
72
let timestamp = 1000*(parseInt(response.headers.get('x-ratelimit-reset'))+1);
73
if(this.isLoggedIn()){
0 commit comments