Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: address deprecation warning on startup
The `body-parser` deprecation warning on startup is due to `express.urlencode()` requiring an `extended` property in the options argument in Express 4.x. Fixes: #1476
- Loading branch information
af8acb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
af8acb3
There was a problem hiding this comment.
Choose a reason for hiding this comment
The reason will be displayed to describe this comment to others. Learn more.
#1555