Skip to content

Commit

Permalink
fix: Application perm hotfix (#680) (#3963)
Browse files Browse the repository at this point in the history
* fix: afs needs to be paginating (#3955)

* fix: application permissioning fix
  • Loading branch information
YazeedLoonat committed Mar 19, 2024
1 parent ca4c843 commit 7bfd41b
Showing 1 changed file with 5 additions and 0 deletions.
5 changes: 5 additions & 0 deletions api/src/services/application.service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -47,6 +47,11 @@ export const view: Partial<
address: true,
},
},
listings: {
select: {
id: true,
},
},
},
};

Expand Down

0 comments on commit 7bfd41b

Please sign in to comment.