We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9a46f66 commit 2a478c6Copy full SHA for 2a478c6
src/server/query_processor.py
@@ -313,8 +313,8 @@ async def process_query(
313
source=query.url,
314
user_name=cast("str", query.user_name),
315
repo_name=cast("str", query.repo_name),
316
- subpath=query.subpath,
317
commit=query.commit,
+ subpath=query.subpath,
318
include_patterns=query.include_patterns,
319
ignore_patterns=query.ignore_patterns,
320
)
0 commit comments