Skip to content

Commit

Permalink
Use const instead of let.
Browse files Browse the repository at this point in the history
  • Loading branch information
mattbishop committed Dec 2, 2021
1 parent 1d781fc commit 00cd5dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/index.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ function handleRequest(ctx: AllowContext,
matcherRoutes,
send405
} = ctx
let {
const {
url,
method,
routerPath = findUrlRoute(matcherRoutes, url) || ""
Expand Down

0 comments on commit 00cd5dd

Please # to comment.