| FazBrowse GitHub Viewer | Trending | | Home |
| Tools: [Download Repo ZIP] [Original HTTPS Page] |
There was a problem hiding this comment.
This PR fixes a performance issue by eliminating a redundant call to filterQuery() in the find method. The change replaces a direct call to filterQuery() with getOptions(), which likely already calls filterQuery() internally.
Sorry, something went wrong.
| Back | FazBrowse Home | New Git URL |
Closes #455
@fratzinger I know you are working on another cleanup branch. Should I PR this there instead?