enisdenjo / graphql-sse

Zero-dependency, HTTP/1 safe, simple, GraphQL over Server-Sent Events Protocol server and client.
https://the-guild.dev/graphql/sse
MIT License
384 stars 19 forks source link

Update common.ts #62

Closed dimaMachina closed 1 year ago

dimaMachina commented 1 year ago

remove redundantly undefined in RequestParams as it's already optional ?:

enisdenjo commented 1 year ago

Wait, you're actually right. My playground setup was wrong. 😬

Must've been different before because I remember intentionally leaving undefined in.

enisdenjo commented 1 year ago

:tada: This PR is included in version 2.1.4 :tada:

The release is available on:

Your semantic-release bot :package::rocket: