Skip to content

Commit

Permalink
don't use deprecated route path
Browse files Browse the repository at this point in the history
  • Loading branch information
stevensJourney committed Jun 24, 2024
1 parent 2656e1d commit 978bf78
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion packages/service-core/src/routes/hooks.ts
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,6 @@ export const createRequestQueueHook = (params: CreateRequestQueueParams): fastif
status: 429,
method: request.method,
path: request.url,
route: request.routerPath,
queue_overflow: true
});
return reply.status(429).send();
Expand Down

0 comments on commit 978bf78

Please sign in to comment.