Join GitHub today
GitHub is home to over 40 million developers working together to host and review code, manage projects, and build software together.
Sign upbug when filter is used #337
Closed
Comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
I'm getting the following error for GET requests when applying a filter:
I've set up a sample app that shows this problem: https://github.com/damirv/hapi-good-filter-bug.
Am I missing something or this a bug? It seems that applyFilter is being passed null for
data
.