1
0
Fork 0
forked from swee/MeowNex

Update script.js

This commit is contained in:
Nova Cat 2024-12-18 16:30:36 -08:00
parent b74e79bef1
commit c985451d2a

View file

@ -1,3 +1,4 @@
/*jshint esversion: 6 */
// 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())