Skip to content

Commit 8187ed5

Browse files
committed
refactor: fix build issues
1 parent 09f5a77 commit 8187ed5

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/request.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -651,7 +651,7 @@ export class Request extends Macroable {
651651
return false
652652
}
653653

654-
return route.handler.name === identifier
654+
return route.handler.reference === identifier
655655
}
656656
)
657657
}

0 commit comments

Comments
 (0)