Skip to content

Commit

Permalink
Update route_error.ts
Browse files Browse the repository at this point in the history
  • Loading branch information
samchon committed Jan 20, 2025
1 parent fc180f3 commit 2780391
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/core/src/decorators/internal/route_error.ts
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@ export function route_error(
error.path =
(request as express.Request).path ??
(request as FastifyRequest).routeOptions?.url ??
(request as FastifyRequest).routerPath;
(request as any).routerPath;
} catch {}

setTimeout(() => {
Expand Down

0 comments on commit 2780391

Please sign in to comment.