Skip to content

Commit 0c3501b

Browse files
committed
fix: output correctly
1 parent d200e91 commit 0c3501b

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/hashes.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -24,7 +24,7 @@ HASHES_ROUTER.get("/", async (c) => {
2424

2525
if (hash == null) return null;
2626

27-
const [version, item] = key.split(":");
27+
const [_env, version, item] = key.split(":");
2828
return {
2929
version,
3030
hash,

0 commit comments

Comments
 (0)