From 4e6dae6ee300d2a6b7b3d91eaa76ef90d81abf32 Mon Sep 17 00:00:00 2001 From: MeowcaTheoRange <58280776+MeowcaTheoRange@users.noreply.github.com> Date: Thu, 15 Sep 2022 09:22:36 -0500 Subject: [PATCH] Update update.js --- update.js | 10 +++++----- 1 file changed, 5 insertions(+), 5 deletions(-) diff --git a/update.js b/update.js index be33758..44d5b7a 100644 --- a/update.js +++ b/update.js @@ -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(); \ No newline at end of file +reqData();