jaydenseric / graphql-upload

Middleware and a scalar Upload to add support for GraphQL multipart requests (file uploads via queries and mutations) to various Node.js GraphQL servers.
https://npm.im/graphql-upload
MIT License
1.43k stars 132 forks source link

Remove redundant Node.js version compatibility logic #180

Closed jaydenseric closed 4 years ago

jaydenseric commented 4 years ago

Removes now redundant Node.js version compatibility logic in the processRequest function. Now we have 100% code coverage without ignored lines 🎉

@mike-marcacci can you think of anything else that can be simplified?