Skip to content

Commit

Permalink
Unselect fields
Browse files Browse the repository at this point in the history
  • Loading branch information
DiegoVictor committed Aug 9, 2024
1 parent 95bd30f commit 20203e5
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions src/controllers/FavoritesController.ts
Original file line number Diff line number Diff line change
Expand Up @@ -32,8 +32,6 @@ export class FavoritesController {
.limit(limit)
.offset((page - 1) * limit)
.select(
'favorites.user_id',
'favorites.favorited_user_id',
'users.id as id',
'users.name',
'users.email',
Expand Down

0 comments on commit 20203e5

Please sign in to comment.