Skip to content

Commit cd67600

Browse files
authored
Update gitauth.js
1 parent e16249b commit cd67600

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

git/gitauth.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ const clientId = '7ede3eed3185e59c042d';
77

88
let githubToken, treeLoc;
99

10-
window.onload = async () => {
10+
window.onload = () => {
1111

1212
githubToken = getStorage('token');
1313

0 commit comments

Comments
 (0)