Skip to content

Instantly share code, notes, and snippets.

@elliotlarson
Created July 22, 2018 04:40
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 elliotlarson/6bc43a1733acf99aac7a8a537c260194 to your computer and use it in GitHub Desktop.
Save elliotlarson/6bc43a1733acf99aac7a8a537c260194 to your computer and use it in GitHub Desktop.
import omit from "lodash/omit";
const newCharacters = omit(characters, deleteId);
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment