Sukka Surge Ruleset Server
Made by Sukka | Source @ GitHub | Licensed under AGPL-3.0
-Last Updated: ${date.toISOString()}
+Last Updated: ${new Date().toISOString()}
diff --git a/Build/build-index.html.js b/Build/build-index.html.js index a97a2e2d..2e65aa15 100644 --- a/Build/build-index.html.js +++ b/Build/build-index.html.js @@ -20,8 +20,6 @@ const rootPath = path.resolve(__dirname, '../'); * @returns {string} */ function template(urlList) { - const date = new Date(); - return ` @@ -34,7 +32,6 @@ function template(urlList) { - @@ -43,19 +40,17 @@ function template(urlList) { - +
Made by Sukka | Source @ GitHub | Licensed under AGPL-3.0
-Last Updated: ${date.toISOString()}
+Last Updated: ${new Date().toISOString()}