Skip to content

Commit

Permalink
fix type error
Browse files Browse the repository at this point in the history
  • Loading branch information
JoeKarow committed Jul 11, 2024
1 parent cb86839 commit d3a0426
Showing 1 changed file with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,8 @@ const forOrgPageEdits = async ({ input }: TRPCHandlerParams<TForOrgPageEditsSche
country: { select: { cca2: true } },
govDist: { select: { abbrev: true, tsKey: true, tsNs: true } },
addressVisibility: true,
latitude: true,
longitude: true,
},
orderBy: [{ deleted: 'asc' }, { published: 'desc' }, { createdAt: 'desc' }],
},
Expand Down

0 comments on commit d3a0426

Please sign in to comment.