Skip to content

Commit

Permalink
Update lib/bindings/HTTPBinding.js
Browse files Browse the repository at this point in the history
Co-authored-by: Alvaro Vega <alvaro.vegagarcia@telefonica.com>
  • Loading branch information
mapedraza and AlvaroVega authored Oct 5, 2023
1 parent 1513d83 commit fe04e55
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions lib/bindings/HTTPBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -127,6 +127,7 @@ function parseData(req, res, next) {
next(error);
} else {
req.jsonPayload = data;
// This is just for log data
if (req.body !== undefined ) {
data = data.toString('hex');
}
Expand Down

0 comments on commit fe04e55

Please sign in to comment.