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
GMT express deprecated res.send(status, body):
Use res.status(status).send(body) instead at node_modules/hookshot/lib/index.js:33:9
Seems like an easy enough fix. I feel like your testing setup for webhooks is probably more ready-to-go than mine, but if you'd prefer a PR I can probably do one at some point.
The text was updated successfully, but these errors were encountered:
Seems like an easy enough fix. I feel like your testing setup for webhooks is probably more ready-to-go than mine, but if you'd prefer a PR I can probably do one at some point.
The text was updated successfully, but these errors were encountered: