From ab9ef3dda883150ad9a07593cd02b23a8abe4e17 Mon Sep 17 00:00:00 2001 From: swee Date: Wed, 18 Dec 2024 16:32:37 -0800 Subject: [PATCH] Update script.js --- script.js | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/script.js b/script.js index 0102d58..42b8074 100644 --- a/script.js +++ b/script.js @@ -1,4 +1,4 @@ -/*jshint esversion: 6 */ +/*jshint esversion: 8 */ // Fetching the run value for the first time fetch ("run.txt") .then(x => x.text())