Skip to content

Commit 336b07d

Browse files
Add github commit issue # to todo comment
1 parent b939d1e commit 336b07d

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

packages/web/src/features/search/fileSourceApi.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -7,7 +7,7 @@ import { isServiceError } from "../../lib/utils";
77
import { search } from "./searchApi";
88
import { sew } from "@/actions";
99
import { withOptionalAuthV2 } from "@/withAuthV2";
10-
// @todo (bkellam) : We should really be using `git show <hash>:<path>` to fetch file contents here.
10+
// @todo (bkellam) #574 : We should really be using `git show <hash>:<path>` to fetch file contents here.
1111
// This will allow us to support permalinks to files at a specific revision that may not be indexed
1212
// by zoekt.
1313

0 commit comments

Comments
 (0)