parser constructor error #670
Labels
difficulty: unknown or n/a
fix is unknown in difficulty
status: help wanted
requesting help from the community
type: bug
bug in the library
Issue Summary
I am getting the following error when using inbound-parse feature from sendgrid:
I believe it is due to the constructor in this parser.js:
after changing the line:
this.payload = request.body || {}
to ==>this.payload = request.payload || {}
it seems to work fine.
Technical details:
using the "@sendgrid/inbound-mail-parser": "^6.2.1"
The text was updated successfully, but these errors were encountered: