Skip to content

Commit

Permalink
Merge a4e351d into 609961f
Browse files Browse the repository at this point in the history
  • Loading branch information
sojida committed May 4, 2019
2 parents 609961f + a4e351d commit 516955a
Showing 1 changed file with 10 additions and 0 deletions.
10 changes: 10 additions & 0 deletions server/controllers/profile.controllers.js
Original file line number Diff line number Diff line change
Expand Up @@ -34,6 +34,11 @@ const getUserProfile = async (req, res) => {
'email',
'is_reviewer',
'research_field',
'image_url',
'bio',
'is_activated',
'is_reported',
'is_notified',
'createdAt',
'updatedAt',
],
Expand Down Expand Up @@ -93,6 +98,11 @@ const getProfileByField = async (req, res) => {
'email',
'is_reviewer',
'research_field',
'image_url',
'bio',
'is_activated',
'is_reported',
'is_notified',
'createdAt',
'updatedAt',
],
Expand Down

0 comments on commit 516955a

Please sign in to comment.