-
Type:
Bug
-
Resolution: Gone away
-
Priority:
Minor - P4
-
None
-
Affects Version/s: 3.0.1
-
Component/s: Docs
According to the documentation, the order of the arguments of toArrayResultCallback is error and then documents. However, the actual order is inverse.
Expected behaviour
toArrayResultCallback(error, documents)
Actual behaviour:
toArrayResultCallback(documents, error)