Skip to content

Commit

Permalink
Change buyer endpoint to return all buyers
Browse files Browse the repository at this point in the history
  • Loading branch information
thesantatitan committed Nov 10, 2021
1 parent 1463a30 commit e5c0321
Showing 1 changed file with 0 additions and 3 deletions.
3 changes: 0 additions & 3 deletions src/routes/buyers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,9 +25,6 @@ route.get(
where: {
user: {
deleted: false,
adminProfile: {
is: null,
},
},
},
select: {
Expand Down

0 comments on commit e5c0321

Please sign in to comment.