This codemod turns reply.sent = true into reply.hijack(), updating to the new Fastify v5 method for handling manual responses.
Before
ts
After
ts
Explore community-led codemods to migrate, optimize, and transform your codebase.
Build your own codemod and share it with the community.
No description available
npx codemod fastify/5/replace-reply-sent-with-hijack
This codemod turns reply.sent = true into reply.hijack(), updating to the new Fastify v5 method for handling manual responses.
ts
ts
Build your own codemod and share it with the community.