Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
[recnet-api] Follow the person who invites the user (#357)
## Description Follow the person who invites the user when creating an account ## Related Issue - #356 ## Notes <!-- Other thing to say --> N/A ## Test 1. Run local server 2. Create a user by hitting `POST /users/me` 3. Check if there is a following record that followerId = userId and followingId = inviterId ## Screenshots (if appropriate): TBA ## TODO - [x] Clear `console.log` or `console.error` for debug usage - [ ] Update the documentation `recnet-docs` if needed
- Loading branch information