Skip to content

Make Model.updateProperties asynchronous

Alf Eaton requested to merge async-update-properties into master

This aligns the output of Model.updateProperties and Team.updateProperties, so they're now both asynchronous and return a Promise.

Also removes Collection.updateProperties, as it's the same as the parent method.

fixes #12

Merge request reports