mirror of
https://github.com/bigchaindb/js-bigchaindb-driver.git
synced 2025-02-14 21:10:32 +01:00
The code for filtering with array has a small mistake, where it checks if the "key" of the object is included in the filter array instead of the "value" at that key. Part of https://github.com/bigchaindb/js-bigchaindb-driver/issue/220