realm / realm-swift

Realm is a mobile database: a replacement for Core Data & SQLite
https://realm.io
Apache License 2.0
16.32k stars 2.15k forks source link

RCOCOA-2423 Fix the type signature of async `User.functions` #8670

Closed tgoyne closed 2 months ago

tgoyne commented 2 months ago

The async and Future versions of this were incorrectly defined as taking exactly one argument which had to be an array of BSON values rather than any number of BSON arguments.

Fixes #8669.