ProLoser/unfol.io

Add callbacks to collection.insert() to check for errors

Closed this issue · 2 comments

For some reason, the data is not being saved into mongo when being imported from providers. Need to figure out why.

Refer to /profile to see the data together.

It was resteasy, data was being passed to the 'error' param, making it always appear to fail (and never called collection.insert())

Awesome -