Created
October 28, 2020 22:43
-
-
Save david-mart/1519582082c87aaa9c0a13d1a7e4eb0b to your computer and use it in GitHub Desktop.
This file contains bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
await consumer.update({ | |
phone_id: consumer.phones?.[0]?.id, | |
email_id: consumer.emails?.[0]?.id, | |
full_name_id: consumer.names?.[0]?.id, | |
g_address_id: consumer.addresses?.[0]?.id, | |
}); |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment