Skip to content

Instantly share code, notes, and snippets.

@Kadajett
Created November 14, 2018 15:17
Show Gist options
  • Star 0 You must be signed in to star a gist
  • Fork 0 You must be signed in to fork a gist
  • Save Kadajett/c4bafc99cf523423a14e21edc0709ea2 to your computer and use it in GitHub Desktop.
Save Kadajett/c4bafc99cf523423a14e21edc0709ea2 to your computer and use it in GitHub Desktop.
const errors = {
web_user_phone_error: {
error_data: "asdf"
}
}
return R.compose(
R.propOr(message, "createdMessage"),
errors[x]
)(errors)
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment