Skip to content

Commit

Permalink
revert distinct; (#150)
Browse files Browse the repository at this point in the history
  • Loading branch information
tcar121293 authored Jan 8, 2024
1 parent 40ca17d commit 936fd07
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/services/transfers.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,6 @@ class TransfersService {
include: {
...getTransferQueryParams().include,
},
distinct: ["id"],
})

return transfers
Expand Down

0 comments on commit 936fd07

Please sign in to comment.