Update script.js
Some checks failed
Check syntax / check (push) Failing after 7s

This commit is contained in:
Nova Cat 2024-12-18 16:32:37 -08:00
parent c985451d2a
commit ab9ef3dda8

View file

@ -1,4 +1,4 @@
/*jshint esversion: 6 */ /*jshint esversion: 8 */
// Fetching the run value for the first time // Fetching the run value for the first time
fetch ("run.txt") fetch ("run.txt")
.then(x => x.text()) .then(x => x.text())