fastify / fastify-request-context

Request-scoped storage support, based on Asynchronous Local Storage (with fallback to cls-hooked)
MIT License
154 stars 15 forks source link

fix: change requestContextPlugin.spec.js status code from 204 to 200 #177

Closed alfonsograziano closed 10 months ago

alfonsograziano commented 10 months ago

Fixes #175

In the current send, we're actually sending an object with a value, so probably the 200 status code is better instead of a no content code

Checklist