cuappdev / cuappdev/resell-backend
Issue of people seeing own posts across all the search routes
Open
- Dominant language
- TypeScript
- Stars
- 4
- Forks
- 0
- PR merge metrics
- No merged PRs in 30d
Description
In every search route users are able to see their own posts. Simply checking the post.user != user.id in the query builder does not work because there would need to be a user variable parameter passed into each search method in order for that to work.
Contributor guide
No contributing guide indexed for this repository
Assessment
This issue has not been assessed yet.