Skip to content

Commit

Permalink
ts-ignore added back in
Browse files Browse the repository at this point in the history
  • Loading branch information
kwhitley committed Mar 29, 2024
1 parent 97e013b commit d0fa690
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Router.ts
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@ export const Router = <
.replace(/\./g, '\\.') // dot in path
.replace(/(\/?)\*/g, '($1.*)?') // wildcard
}/*$`),

// @ts-ignore
handlers, // embed handlers
path, // embed clean route path
]
Expand Down

0 comments on commit d0fa690

Please sign in to comment.