This commit is contained in:
phact 2025-09-19 11:49:34 -04:00
parent 4501d24e1e
commit 4b58f3564a

View file

@ -128,7 +128,7 @@ export const useGetSearchQuery = (
}
>();
data.results.forEach((chunk: ChunkResult) => {
(data.results || []).forEach((chunk: ChunkResult) => {
const existing = fileMap.get(chunk.filename);
if (existing) {
existing.chunks.push(chunk);