Skip to content

Commit

Permalink
fix: shorthand
Browse files Browse the repository at this point in the history
Co-authored-by: Ante Barić <[email protected]>
  • Loading branch information
omBratteng and capJavert authored Nov 4, 2024
1 parent 682c1ee commit 1462ba3
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/schema/users.ts
Original file line number Diff line number Diff line change
Expand Up @@ -1720,7 +1720,7 @@ export const resolvers: IResolvers<unknown, BaseContext> = traceResolvers<
(builder) => {
builder.queryBuilder = builder.queryBuilder
.andWhere(`${builder.alias}.userId = :userId`, {
userId: userId,
userId,
})
.orderBy({
'"issuedAt"': 'DESC',
Expand Down

0 comments on commit 1462ba3

Please sign in to comment.