Skip to content

Commit bdf251c

Browse files
committed
add semicolon
1 parent 919267d commit bdf251c

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/ui/search.tsx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -64,7 +64,7 @@ export function Search() {
6464
});
6565
if (!result) return {};
6666

67-
const seen: Record<string, boolean> = {}
67+
const seen: Record<string, boolean> = {};
6868
result.hits = result.hits.filter(
6969
hit => {
7070
hit.document.path = hit.document.path.replace("/index#", "#");

0 commit comments

Comments
 (0)