You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Avoid duplication in r.bridgetown implementation (#939)
By choosing an appropriate argument to `on`, based on the
base path, we don't need a separate if statement block and
manual return.
Additionally, the nil at the end is not needed, as `on` will either throw if it handles the request, or return nil if it does not.
0 commit comments