You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
In JS function.call expects parameters to be passed in directly instead of an array of parameters...
Also, Meteor.call accepts direct parameters while Meteor.apply accepts an array
The proposal:
Change from: DDPClient.prototype.call and DDPClient.prototype.callWithRandomSeed
to: DDPClient.prototype.send and DDPClient.prototype.sendWithRandomSeed