Skip to content

Commit

Permalink
10502-dxox: remove order by, tbd later
Browse files Browse the repository at this point in the history
  • Loading branch information
Mwindo committed Feb 12, 2025
1 parent 3e5dcd7 commit 2bb2ff4
Showing 1 changed file with 0 additions and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -14,7 +14,6 @@ export const getCaseMetadataByDocketNumber = async ({
.leftJoin('dwPetitionerOnCase as p', 'c.docketNumber', 'p.docketNumber')
.selectAll('c')
.select(sql`jsonb_agg(to_jsonb(p))`.as('petitioners'))
.orderBy('orderOnCase', 'asc')
.where('c.docketNumber', '=', docketNumber)
.groupBy('c.docketNumber')
.executeTakeFirst(),
Expand Down

0 comments on commit 2bb2ff4

Please sign in to comment.