fastify / fastify-vite

Fastify plugin for Vite integration
MIT License
885 stars 73 forks source link

remove fn.call() usage #67

Closed davidmeirlevy closed 2 years ago

davidmeirlevy commented 2 years ago

regarding this suggestion: https://github.com/fastify/fastify-vite/issues/66

galvez commented 2 years ago

Indeed, providing access to the request both via this and req seems redundant. LGTM.