Skip to content

Commit

Permalink
chore: deleted mistake comment (#3835)
Browse files Browse the repository at this point in the history
  • Loading branch information
EdamAme-x authored Jan 18, 2025
1 parent 6fd7d0b commit c391854
Show file tree
Hide file tree
Showing 2 changed files with 0 additions and 2 deletions.
1 change: 0 additions & 1 deletion src/router/trie-router/node.ts
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,6 @@ export class Node<T> {
return curNode
}

// getHandlerSets
#getHandlerSets(
node: Node<T>,
method: string,
Expand Down
1 change: 0 additions & 1 deletion src/utils/url.ts
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,6 @@ export const getPattern = (label: string): Pattern | null => {
// * => wildcard
// :id{[0-9]+} => ([0-9]+)
// :id => (.+)
//const name = ''

if (label === '*') {
return '*'
Expand Down

0 comments on commit c391854

Please sign in to comment.