Skip to content

Commit 2a478c6

Browse files
committed
typo
1 parent 9a46f66 commit 2a478c6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/server/query_processor.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -313,8 +313,8 @@ async def process_query(
313313
source=query.url,
314314
user_name=cast("str", query.user_name),
315315
repo_name=cast("str", query.repo_name),
316-
subpath=query.subpath,
317316
commit=query.commit,
317+
subpath=query.subpath,
318318
include_patterns=query.include_patterns,
319319
ignore_patterns=query.ignore_patterns,
320320
)

0 commit comments

Comments
 (0)