Skip to content

Commit 304395e

Browse files
authored
chore: Remove comment on secondary dedup key
Remove comment about secondary dedup key in content-hash.ts
1 parent 543cec2 commit 304395e

1 file changed

Lines changed: 0 additions & 1 deletion

File tree

src/lib/storage/content-hash.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -6,7 +6,6 @@ const normalizePart = (value: string): string =>
66
.trim()
77
.replace(/\s+/g, " ");
88

9-
// Secondary dedup key: answer + category only (ignores question phrasing)
109
export const buildAnswerKey = (answer: string, category: string): string =>
1110
`${normalizePart(answer)}||${normalizePart(category)}`;
1211

0 commit comments

Comments
 (0)