Skip to content

Commit

Permalink
Sorted realtime logs correctly. Fixes #2936
Browse files Browse the repository at this point in the history
  • Loading branch information
mikecao committed Jan 11, 2025
1 parent c0fd22c commit b8e2258
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/queries/analytics/getRealtimeActivity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,7 +32,7 @@ async function relationalQuery(websiteId: string, filters: QueryFilters) {
where website_event.website_id = {{websiteId::uuid}}
${filterQuery}
${dateQuery}
order by website_event.created_at asc
order by website_event.created_at desc
limit 100
`,
params,
Expand Down

0 comments on commit b8e2258

Please sign in to comment.