Closed sushichan044 closed 1 week ago
All modified and coverable lines are covered by tests :white_check_mark:
Project coverage is 91.70%. Comparing base (
082862b
) to head (087c5df
). Report is 2 commits behind head on main.
:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.
@sushichan044
Awesome! Thank you for your first contribution. Merging now.
I raised #3467 and I'm so happy to hear it is fixed. It is super helpful. I will try it soon.
Thank you @sushichan044 and @yusukebe !
I brought this issue up in the discord. Thank you!
closes #3467
This PR fixes a problem in createHandlers where the expected type information was not passed to subsequent handlers when middlewares changed the Context type.
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code