Skip to content

Commit

Permalink
Merge pull request QasimWani#71 from QasimWani/dev
Browse files Browse the repository at this point in the history
Reduced timeload
  • Loading branch information
QasimWani authored Feb 25, 2021
2 parents cffce54 + 5341159 commit 0edfe26
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 1 deletion.
1 change: 1 addition & 0 deletions .gitignore
Original file line number Diff line number Diff line change
Expand Up @@ -2,3 +2,4 @@
scripts/authorize.js
scripts/oauth2.js
node_modules
.vscode
2 changes: 1 addition & 1 deletion scripts/leetcode.js
Original file line number Diff line number Diff line change
Expand Up @@ -440,7 +440,7 @@ const loader = setInterval(() => {
probStats,
'upload',
); // Encode `code` to base64
}, 2000);
}, 1000);
}
}
}, 1000);
Expand Down

0 comments on commit 0edfe26

Please sign in to comment.