We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
In the webhook payload, parse event URL to the action (e.g. link to issue) in a SQL table, link to transaction hash of txReceipt.
https://github.com/git-token/webhook-manager/blob/cd12638758b1f6fa88a6b5bbc70524248c177d7b/src/middleware/saveEvent.js#L10
Add req.receipts to insertIntoWebhook() method to join reward values with webhook data
req.receipts
insertIntoWebhook()
The text was updated successfully, but these errors were encountered:
Ryanmtate
No branches or pull requests
In the webhook payload, parse event URL to the action (e.g. link to issue) in a SQL table, link to transaction hash of txReceipt.
https://github.com/git-token/webhook-manager/blob/cd12638758b1f6fa88a6b5bbc70524248c177d7b/src/middleware/saveEvent.js#L10
Add
req.receipts
toinsertIntoWebhook()
method to join reward values with webhook dataThe text was updated successfully, but these errors were encountered: