Skip to content

Commit

Permalink
Merge pull request #126 from andela/chore/update-response-data
Browse files Browse the repository at this point in the history
Return correct data on follow routes
  • Loading branch information
AnayoOleru committed May 8, 2019
2 parents 279aebc + 147ee27 commit 522179b
Showing 1 changed file with 2 additions and 0 deletions.
2 changes: 2 additions & 0 deletions server/controllers/get-followers.controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const getFollowers = async (req, res) => {
'phone_number',
'email',
'bio',
'image_url',
],
},
],
Expand Down Expand Up @@ -71,6 +72,7 @@ const getFollowing = async (req, res) => {
'phone_number',
'email',
'bio',
'image_url',
],
},
],
Expand Down

0 comments on commit 522179b

Please sign in to comment.