Skip to content

Instantly share code, notes, and snippets.

@EdwinAlmendras
Created March 16, 2022 11:20
Show Gist options
  • Select an option

  • Save EdwinAlmendras/d44c11cce5692d3f1303bc0c6807fb9c to your computer and use it in GitHub Desktop.

Select an option

Save EdwinAlmendras/d44c11cce5692d3f1303bc0c6807fb9c to your computer and use it in GitHub Desktop.
Favorite.updateOne({ cn: req.params.name }, { $pullAll: { favorites: req.params.deleteUid, }, });
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment