You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I recently came across an issue when using the MailJet Node SDK, because of the version field in the RequestConfig: I had written '3.1' instead of 'v3.1'. My proposal is to type this field as 'v3' | 'v3.1' to prevent this from happening in the future to other users. I can open a PR.
The text was updated successfully, but these errors were encountered:
I recently came across an issue when using the MailJet Node SDK, because of the
version
field in theRequestConfig
: I had written'3.1'
instead of'v3.1'
. My proposal is to type this field as'v3' | 'v3.1'
to prevent this from happening in the future to other users. I can open a PR.The text was updated successfully, but these errors were encountered: