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

Commit

Permalink
✨ modify properties for speaker
Browse files Browse the repository at this point in the history
  • Loading branch information
fgruchala committed Feb 25, 2019
1 parent aab04b3 commit fcd5c5e
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions functions/src/speakers/functions/find-all-active-speakers.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,8 @@ export default (request, response) => {

Object.keys(speakers).forEach(key => {
limitedSpeakers[key] = {
name: speakers[key].name,
profileUrl: speakers[key].profileUrl,
displayName: speakers[key].displayName,
photoURL: speakers[key].photoURL,
company: speakers[key].company,
bio: speakers[key].bio,
github: speakers[key].github,
Expand Down

0 comments on commit fcd5c5e

Please sign in to comment.