Skip to content

Commit

Permalink
Merge remote-tracking branch 'olapaola/master' jaredhanson#76
Browse files Browse the repository at this point in the history
  • Loading branch information
rwky committed Jul 7, 2018
2 parents d8e76dc + b612d82 commit e22967e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/strategy.js
Original file line number Diff line number Diff line change
Expand Up @@ -220,7 +220,7 @@ Strategy.prototype._convertProfileFields = function(profileFields) {
'birthday': 'birthday',
'profileUrl': 'link',
'emails': 'email',
'photos': 'picture',
'photos': 'picture.type(normal)',
'ageRange': 'age_range',
'currentLocation': 'location',
'hometown': 'hometown'
Expand Down

0 comments on commit e22967e

Please sign in to comment.