fix: apply review suggestions

This commit is contained in:
Uruk
2025-09-22 03:22:18 +02:00
parent 3eaeaa3b4a
commit 4b7986a125

View File

@@ -130,7 +130,7 @@ if (process.env.NODE_ENV === "production") {
.createHash("sha1")
.update(path)
.digest("hex")
.substr(0, 8);
.substring(0, 8);
};
},