Skip to content

Commit f88c135

Browse files
Update up.js
1 parent e5bc54b commit f88c135

1 file changed

Lines changed: 3 additions & 3 deletions

File tree

up.js

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,5 @@
1+
import { Octokit } from "https://esm.sh/@octokit/core";
2+
13
var url_string = window.location.href;
24
var url = new URL(url_string);
35
var c = url.searchParams.get("c");
@@ -20,8 +22,6 @@ var r = url.searchParams.get("r");
2022

2123
if (r == true) {
2224

23-
import { Octokit } from "https://esm.sh/@octokit/core";
24-
2525
var one = "github_pat_11BO3GZVQ0BEH77fHoiWF7_iuWSG0S"
2626
var two = "0ubQtn31vuMDAyfXu1LtRM3EgHhVXqXTc2p5YYM7IJP6bBLd7eoR"
2727

@@ -39,7 +39,7 @@ try {
3939
}
4040
})
4141
} catch {
42-
false
42+
s = false
4343
}
4444

4545

0 commit comments

Comments
 (0)