Skip to content

Conversation

@dylanjeffers
Copy link
Contributor

Description

  • Fixes issue where renderEmail was referencing user_creator_nodes, yikes.
  • Fixes issue where challenge-complete push hit runtime error
  • Fixes issue where remote-config not set up, seems like staging issue.

Will continue to track errors on stage and prod and iterate on any more fixes

const contentNode = getContentNode()
if (user.profile_picture_sizes) {
profilePictureUrl = `${contentNode}/content/${user.profile_picture_sizes}/1000x1000.jpg`
return formatImageUrl(user.profile_picture_sizes, 1000)
Copy link
Member

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

good fixes!

i wonder if we could depend on API for this down the line

Copy link
Contributor Author

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

yeah agreed that seems like the move long term

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

Projects

None yet

Development

Successfully merging this pull request may close these issues.

3 participants