Update update.js

This commit is contained in:
MeowcaTheoRange 2022-09-15 09:22:36 -05:00 committed by GitHub
parent 67cb101aba
commit 4e6dae6ee3
No known key found for this signature in database
GPG key ID: 4AEE18F83AFDEB23

View file

@ -8,10 +8,10 @@ function reqData() {
var donedata = (e) => {
var resp = e;
if (event.target.status.toString().includes("40")) {
console.log(event.target.status + " error :[")
return;
}
// if (event.target.status.toString().includes("40")) {
// console.log(event.target.status + " error :[")
// return;
// }
if (resp != prevSha) {
if (prevSha == "ThisShouldntBeASHA") {
@ -31,4 +31,4 @@ function reqData() {
.then(y => donedata(y));
}
reqData();
reqData();