Skip to content
This repository has been archived by the owner on Mar 29, 2024. It is now read-only.

Commit

Permalink
Merge pull request #3 from GDG-Lille/develop
Browse files Browse the repository at this point in the history
✨ add role field
  • Loading branch information
François GRUCHALA authored Mar 7, 2019
2 parents 8a72b87 + daaf454 commit d43e636
Showing 1 changed file with 1 addition and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -32,6 +32,7 @@ export default (request, response) => {
Object.keys(speakers).forEach(key => {
limitedSpeakers[key] = {
displayName: speakers[key].displayName,
role: speakers[key].role,
photoURL: speakers[key].photoURL,
company: speakers[key].company,
bio: speakers[key].bio,
Expand Down

0 comments on commit d43e636

Please sign in to comment.