bubonicfred/4minitz

Check if this is still needed under Meteor 3, or if it can be

Opened this issue · 0 comments

parent: #794
incorperated into the saveAsync method


* @todo Check if this is still needed under Meteor 3, or if it can be
* incorperated into the saveAsync method
*/
save(optimisticUICallback) {
return this._id
? Meteor.callAsync("meetingseries.update", this)


This issue was generated by todo-issue based on a @todo comment in c9f3770. It's been assigned to @bubonicfred because they committed the code.