hono icon indicating copy to clipboard operation
hono copied to clipboard

Refactor(middleware-jwt): make function styles consistent

Open atasoya opened this issue 6 months ago • 1 comments

Used arrow function for unauthorizedResponse for consistency.

atasoya avatar Oct 07 '25 18:10 atasoya

Codecov Report

:white_check_mark: All modified and coverable lines are covered by tests. :white_check_mark: Project coverage is 91.26%. Comparing base (4f5a305) to head (7257021).

Additional details and impacted files
@@           Coverage Diff           @@
##             main    #4449   +/-   ##
=======================================
  Coverage   91.26%   91.26%           
=======================================
  Files         171      171           
  Lines       10927    10927           
  Branches     3150     3149    -1     
=======================================
  Hits         9973     9973           
  Misses        953      953           
  Partials        1        1           

:umbrella: View full report in Codecov by Sentry.
:loudspeaker: Have feedback on the report? Share it here.

:rocket: New features to boost your workflow:
  • :snowflake: Test Analytics: Detect flaky tests, report on failures, and find test suite problems.
  • :package: JS Bundle Analysis: Save yourself from yourself by tracking and limiting bundle sizes in JS merges.

codecov[bot] avatar Oct 08 '25 03:10 codecov[bot]