Skip to content

Commit 9a656fd

Browse files
authored
Use ascending timestamp sort order by default for consistency
1 parent 2ebc399 commit 9a656fd

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/btrixcloud/crawls.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -1125,7 +1125,7 @@ async def get_crawl_logs(
11251125
page_size: int = DEFAULT_PAGE_SIZE,
11261126
page: int = 1,
11271127
sort_by: str = "timestamp",
1128-
sort_direction: int = -1,
1128+
sort_direction: int = 1,
11291129
contexts: Optional[List[str]] = None,
11301130
log_levels: Optional[List[str]] = None,
11311131
qa_run_id: Optional[str] = None,

0 commit comments

Comments
 (0)