Skip to content

Commit

Permalink
add profilePictureUrls (array) to userDetails #54
Browse files Browse the repository at this point in the history
  • Loading branch information
zerodytrash committed Aug 20, 2022
1 parent feb498b commit 1355505
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/lib/webcastDataConverter.js
Original file line number Diff line number Diff line change
Expand Up @@ -140,6 +140,7 @@ function getUserAttributes(webcastUser) {
userDetails: {
createTime: webcastUser.createTime?.toString(),
bioDescription: webcastUser.bioDescription,
profilePictureUrls: webcastUser.profilePicture?.urls,
},
};

Expand Down

0 comments on commit 1355505

Please sign in to comment.