Skip to content

Commit

Permalink
fix: add missed symbol (#4608)
Browse files Browse the repository at this point in the history
  • Loading branch information
metcoder95 committed Mar 3, 2023
1 parent ec17333 commit 5a288bc
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/symbols.js
Original file line number Diff line number Diff line change
Expand Up @@ -30,6 +30,7 @@ const keys = {
kRequestValidateFns: Symbol('fastify.request.cache.validateFns'),
kRequestPayloadStream: Symbol('fastify.RequestPayloadStream'),
kRequestAcceptVersion: Symbol('fastify.RequestAcceptVersion'),
kRequestValidateWeakMap: Symbol('fastify.request.cache.validators'),
// 404
kFourOhFour: Symbol('fastify.404'),
kCanSetNotFoundHandler: Symbol('fastify.canSetNotFoundHandler'),
Expand Down

0 comments on commit 5a288bc

Please sign in to comment.