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

fix: pass a no-op next function to the last listener middleware #2214

Merged
merged 1 commit into from
Aug 21, 2024

Conversation

filmaj
Copy link
Contributor

@filmaj filmaj commented Aug 19, 2024

fixes #1457

Since you were originally involved in the discussion in #1457, @srajiang ,wondering if you could review this in case I missed somethign?

@filmaj filmaj added bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch labels Aug 19, 2024
@filmaj filmaj added this to the 3.21.2 milestone Aug 19, 2024
@filmaj filmaj requested review from srajiang and a team August 19, 2024 21:29
@filmaj filmaj self-assigned this Aug 19, 2024
Copy link

codecov bot commented Aug 19, 2024

Codecov Report

All modified and coverable lines are covered by tests ✅

Project coverage is 81.59%. Comparing base (d752927) to head (0efdf7c).
Report is 1 commits behind head on main.

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #2214   +/-   ##
=======================================
  Coverage   81.59%   81.59%           
=======================================
  Files          19       19           
  Lines        1646     1646           
  Branches      464      464           
=======================================
  Hits         1343     1343           
  Misses        194      194           
  Partials      109      109           

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@filmaj filmaj merged commit 36052ef into main Aug 21, 2024
15 checks passed
@filmaj filmaj deleted the noop-next branch August 21, 2024 12:29
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
bug M-T: confirmed bug report. Issues are confirmed when the reproduction steps are documented semver:patch
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Drop next() as a function parameter type on listeners
1 participant