Open jolyot opened 2 years ago
It would be simpler to omit the completion parameter from performBatchUpdates(_:completion:) function instead of setting nil because the default value of the completion parameter is the same one.
nil
It looks like code was changed without adding anything to the Changelog.
Generated by :no_entry_sign: dangerJS
It would be simpler to omit the completion parameter from performBatchUpdates(_:completion:) function instead of setting
nil
because the default value of the completion parameter is the same one.