Skip to content

Commit 60e6b90

Browse files
cyclotrucfilipchristiansen
authored andcommitted
Update src/process_query.py
1 parent 32bbacb commit 60e6b90

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/process_query.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -105,7 +105,7 @@ async def process_query(
105105
"result": True,
106106
"summary": summary,
107107
"tree": tree,
108-
"content": contents,
108+
"content": content,
109109
"examples": EXAMPLE_REPOS if is_index else [],
110110
"ingest_id": query["id"],
111111
"default_file_size": slider_position,

0 commit comments

Comments
 (0)