Meteor-Community-Packages / meteor-collection-hooks

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

Not checking for error on upsert.js callback #185

Closed itaibs closed 8 years ago

itaibs commented 8 years ago

Hi!

I keep getting "TypeError: Cannot read property 'insertedId' of undefined" errors. After a bit of digging I realized this is becuase there's no existence check for err or ret in line 80 on upsert.js.

I'm guessing this isn't intended?