1
0
Fork 0
forked from swee/MeowNex

Update script.js

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())