Created
May 31, 2020 20:07
-
-
Save trblackw/610300a19efe53cf20d76ca7d3ad5984 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
{ | |
op: 'replace', //operations | |
path: [2, 'emailConfirmed'], //[index of updated value, property that was updated] | |
value: true, //updated value | |
} |
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment