fastify-response-time icon indicating copy to clipboard operation
fastify-response-time copied to clipboard

[FSTDEP002] FastifyDeprecation: 3.x

Open niksmac opened this issue 4 years ago • 2 comments

[FSTDEP002] FastifyDeprecation: You are accessing the Node.js core response object via "reply.res", Use "reply.raw" instead.

(node:52693) UnhandledPromiseRejectionWarning: TypeError: Cannot convert undefined or null to object
    at Function.keys (<anonymous>)
    at Object.<anonymous> (/Code/node_modules/fastify-response-time/index.js:60:31)
    at next (/Code/node_modules/fastify/lib/hooks.js:202:34)

niksmac avatar Oct 12 '20 08:10 niksmac