✨ User listing, getting, following and unfollowing #2
No reviewers
Labels
No Label
No Milestone
No project
No Assignees
2 Participants
Notifications
Due Date
No due date set.
Dependencies
No dependencies set.
Reference: micosil/DevSpace#2
Loading…
Reference in New Issue
There is no content yet.
Delete Branch "main"
Deleting a branch is permanent. Although the deleted branch may exist for a short time before cleaning up, in most cases it CANNOT be undone. Continue?
Signed-off-by: Pau Costa mico@micodev.es
@ -109,1 +109,3 @@const candidateUser = await this.userRepository.findOne({where: {id: decoded.id}})const candidateUser = await this.userRepository.findOne({where: {id: decoded.id},relations: {followed: true, followers: true, notifications: true}Should these be needed?
Pull request closed