From 336b07d41ccb1ae40cd6ca0fe2199cdc65f32b2a Mon Sep 17 00:00:00 2001 From: bkellam Date: Mon, 27 Oct 2025 11:49:03 -0700 Subject: [PATCH] Add github commit issue # to todo comment --- packages/web/src/features/search/fileSourceApi.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/packages/web/src/features/search/fileSourceApi.ts b/packages/web/src/features/search/fileSourceApi.ts index 249abb42..68c6a286 100644 --- a/packages/web/src/features/search/fileSourceApi.ts +++ b/packages/web/src/features/search/fileSourceApi.ts @@ -7,7 +7,7 @@ import { isServiceError } from "../../lib/utils"; import { search } from "./searchApi"; import { sew } from "@/actions"; import { withOptionalAuthV2 } from "@/withAuthV2"; -// @todo (bkellam) : We should really be using `git show :` to fetch file contents here. +// @todo (bkellam) #574 : We should really be using `git show :` to fetch file contents here. // This will allow us to support permalinks to files at a specific revision that may not be indexed // by zoekt.