Skip to content

Commit 22b27ce

Browse files
Update code.js
1 parent 2972a4b commit 22b27ce

1 file changed

Lines changed: 3 additions & 6 deletions

File tree

edit/code.js

Lines changed: 3 additions & 6 deletions
Original file line numberDiff line numberDiff line change
@@ -16,12 +16,9 @@ function pathVerify() {
1616
})
1717
}
1818
export function get() {
19-
if (pathVerify()) {
19+
//if (pathVerify()) {
2020
return full
21-
} else {
21+
/*} else {
2222
return "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"
23-
}
24-
}
25-
if (two[three]) {
26-
console.log("true")
23+
}*/
2724
}

0 commit comments

Comments
 (0)