Skip to content

Wait for async updateProperties

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

updateProperties is an asynchronous method, so needs an await.

I also removed the reassignment of collection and fragment to themselves, as they're already modified in place.

Merge request reports