Having some trouble here with returning a callback result to the meteor call.
I have a meteor method that I call and from inside this method I insert a new document within a collection.
I am able to log the callback result to my console with the id of the new document succesfully.
My problem is when I attempt to return this back to the call method, the result is undefined.
Do I need to use wrapAysnc method around the insertion?