diff --git a/lib/routes/cashboxRoutes.js b/lib/routes/cashboxRoutes.js index 709dc121..e5f06f11 100644 --- a/lib/routes/cashboxRoutes.js +++ b/lib/routes/cashboxRoutes.js @@ -17,6 +17,7 @@ function notifyCashboxRemoval (req, res, next) { .then(() => setMachine({ deviceId: req.deviceId, action: 'emptyCashInBills' })) .then(() => res.status(200).send({ status: 'OK' })) } + return res.status(200).send({ status: 'OK' }) }) }) .catch(next)