Skip to content

Commit

Permalink
Update todo
Browse files Browse the repository at this point in the history
  • Loading branch information
ijjk committed Jan 29, 2020
1 parent cd2f8a3 commit 02ba6e9
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/next/next-server/server/next-server.ts
Original file line number Diff line number Diff line change
Expand Up @@ -431,7 +431,7 @@ export default class Server {
fn: async (_req, res, params, _parsedUrl) => {
for (const header of (route as Header).headers) {
let { key, value } = header
// TODO: update compiling based on
// TODO: update compiling based on https://github.com/zeit/next.js/pull/10291
if (key.includes(':')) {
key = compilePathToRegex(key)(params)
}
Expand Down

0 comments on commit 02ba6e9

Please sign in to comment.