Skip to content

Commit

Permalink
add missed return status
Browse files Browse the repository at this point in the history
  • Loading branch information
AlvaroVega committed Oct 20, 2023
1 parent d68b5cc commit de727ec
Showing 1 changed file with 3 additions and 2 deletions.
5 changes: 3 additions & 2 deletions lib/bindings/HTTPBinding.js
Original file line number Diff line number Diff line change
Expand Up @@ -684,8 +684,9 @@ function start(callback) {
constants.HTTP_NGSIV2_MEASURE_PATH,
bodyParser.json({ strict: false }), // accept anything JSON.parse accepts
checkMandatoryParams(false),
parseDataMultipleMeasure,
handleIncomingNgsiv2Measure
parseData,
handleIncomingNgsiv2Measure,
returnCommands
);

httpBindingServer.router.post(
Expand Down

0 comments on commit de727ec

Please sign in to comment.