Dragosh Rusea
Results
3
issues of
Dragosh Rusea
```javascript //This works People.direct.update(person._id, {$set: {name: user.profile.name}}) //This doesn't do anything People.direct.update({email: email}, {$set: {name: user.profile.name}}) ```
First, thank you for the hard work and congrats for redbean. We have been writing a service in it for the past months and we love it. I am trying...