Skip to content

Deprecation warning for newer Express versions #6

@konklone

Description

@konklone
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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions