We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 2972a4b commit 22b27ceCopy full SHA for 22b27ce
1 file changed
edit/code.js
@@ -16,12 +16,9 @@ function pathVerify() {
16
})
17
}
18
export function get() {
19
- if (pathVerify()) {
+ //if (pathVerify()) {
20
return full
21
- } else {
+ /*} else {
22
return "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"
23
- }
24
-}
25
-if (two[three]) {
26
- console.log("true")
+ }*/
27
0 commit comments