-
-
Notifications
You must be signed in to change notification settings - Fork 638
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
feat(context): allow URL object on c.redirect()
#3609
Conversation
e349a00
to
94d3d86
Compare
Format check is not complete. It would also be a good idea to change the title to |
94d3d86
to
49efa65
Compare
c.redirect()
c.redirect()
Codecov ReportAll modified and coverable lines are covered by tests ✅
Additional details and impacted files@@ Coverage Diff @@
## main #3609 +/- ##
=======================================
Coverage 94.71% 94.71%
=======================================
Files 158 158
Lines 9553 9553
Branches 2797 2819 +22
=======================================
Hits 9048 9048
Misses 505 505 ☔ View full report in Codecov by Sentry. |
Co-authored-by: EdamAmex <[email protected]>
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
LGTM!
Hi @cometkim I think this is a good improvement. Looks good to me. Thanks! |
* feat(context): allow URL object on `c.redirect()` * Update src/context.ts Co-authored-by: EdamAmex <[email protected]> --------- Co-authored-by: EdamAmex <[email protected]>
The author should do the following, if applicable
bun run format:fix && bun run lint:fix
to format the code