Skip to content

Instantly share code, notes, and snippets.

@trblackw
Created May 31, 2020 20:07
Show Gist options
  • Save trblackw/610300a19efe53cf20d76ca7d3ad5984 to your computer and use it in GitHub Desktop.
Save trblackw/610300a19efe53cf20d76ca7d3ad5984 to your computer and use it in GitHub Desktop.
{
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