diff --git a/update.js b/update.js index 0c36368..c90f907 100644 --- a/update.js +++ b/update.js @@ -2,6 +2,8 @@ var prevSha = localStorage.getItem("commitsha") ?? "ThisShouldntBeASHA"; setInterval(reqData, 60000); +//balls lmao + function reqData() { const XHR = new XMLHttpRequest();