Format change / cosmetic changes

This commit is contained in:
Senad Uka
2019-08-30 18:43:02 +02:00
parent 30c152db55
commit cbf502bc14
5 changed files with 12 additions and 7 deletions

View File

@@ -151,6 +151,7 @@ const addFees = (req, res) => {
})
})
.catch((error) => {
console.log(error);
res.status(500).send(error);
});
})
@@ -159,6 +160,7 @@ const addFees = (req, res) => {
res.status(500).send(error);
})
}else{
console.log('Date range is missing to send fees to ORD');
res.status(400).send('Date range is missing');
}
};