Skip to content
This repository has been archived by the owner on Oct 12, 2023. It is now read-only.

Fix/filter #5

Merged
merged 3 commits into from
Jul 19, 2019
Merged

Fix/filter #5

merged 3 commits into from
Jul 19, 2019

Conversation

stefanprokopdev
Copy link
Contributor

This PR fixes arrays filtering. If you send array [{ test: 1 }, { test: 2 }] response will be { '0': { test: 1 }, '1': { test: 2 } } - this is not the result we want. So when function received array then it should return array.

Copy link
Contributor

@vlasy vlasy left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Fix build, please

@vlasy vlasy merged commit 4a31893 into master Jul 19, 2019
@vlasy vlasy deleted the fix/filter branch July 19, 2019 06:53
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

3 participants