Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Add Express req, res to filter:api.search.videos.local.list.params #6454

Merged
merged 1 commit into from
Jun 28, 2024

Conversation

grahhnt
Copy link
Contributor

@grahhnt grahhnt commented Jun 25, 2024

Description

Add Express request & response to filter:api.search.videos.local.list.params's hook context.

I believe this was needed because the query given to the hook has already been filtered for unwanted parameters before the hook executes, this adds the request & response to allow access to those query parameters that might've been removed.

Related issues

N/A

Has this been tested?

I do not believe this change needs tests written for it

  • 👍 yes, I added tests to the test suite
  • 💭 no, because this PR is a draft and still needs work
  • 🙅 no, because this PR does not update server code
  • 🙋 no, because I need help

@Chocobozzz
Copy link
Owner

Thanks!

@Chocobozzz Chocobozzz merged commit 4bc29f6 into Chocobozzz:develop Jun 28, 2024
3 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

None yet

2 participants