mirror of
https://github.com/streamyfin/streamyfin.git
synced 2026-03-05 17:26:18 +00:00
fix: apply review suggestions
This commit is contained in:
@@ -130,7 +130,7 @@ if (process.env.NODE_ENV === "production") {
|
||||
.createHash("sha1")
|
||||
.update(path)
|
||||
.digest("hex")
|
||||
.substr(0, 8);
|
||||
.substring(0, 8);
|
||||
};
|
||||
},
|
||||
|
||||
|
||||
Reference in New Issue
Block a user