Closed gitawego closed 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)
Oops... Thanks will fix ASAP
I found the upsert callback params are not as documented in readme:
it's in fact like this: