necipallef opened a new issue #110: Update Handler README problem URL: https://github.com/apache/couchdb-nano/issues/110 When `db.atomic` method is used as shown in README, parameter called `body` is sent as request's `body` field as opposed to `form` field. ## Expected Behavior README's example code should be updated. It should use `req.body` instead of `req.form`. ## Current Behavior Currently example code uses `req.form` which is empty object. ## Your Environment * Version used: 6.4.3, typescript
---------------------------------------------------------------- This is an automated message from the Apache Git Service. To respond to the message, please log on GitHub and use the URL above to go to the specific comment. For queries about this service, please contact Infrastructure at: [email protected] With regards, Apache Git Services
