We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e16249b commit cd67600Copy full SHA for cd67600
git/gitauth.js
@@ -7,7 +7,7 @@ const clientId = '7ede3eed3185e59c042d';
7
8
let githubToken, treeLoc;
9
10
-window.onload = async () => {
+window.onload = () => {
11
12
githubToken = getStorage('token');
13
0 commit comments