Meteor-Community-Packages / meteor-collection-hooks

Meteor Collection Hooks
https://atmospherejs.com/matb33/collection-hooks
MIT License
657 stars 92 forks source link

upsert callback params are not as described in readme #150

Closed gitawego closed 9 years ago

gitawego commented 9 years ago

I found the upsert callback params are not as documented in readme:

before.upsert(userId, doc, fieldNames, modifier, options)

it's in fact like this:

before.upsert(userId, selector, modifier, options)
matb33 commented 9 years ago

Oops... Thanks will fix ASAP