Allow incident price modification frontend+backend #81

Merged
bilal.catic merged 8 commits from allow-incident-price-modification-frontend into master 2020-01-09 18:13:07 +01:00
Showing only changes of commit a5bec0f7f3 - Show all commits

View File

@@ -232,7 +232,6 @@ const deleteFees = (req, res) => {
const updateFees = (req, res) => {
const updateData = req.body;
console.log(updateData);
const dateRange = updateData.dateRange ? updateData.dateRange : null;
const incidents = updateData.updatedIncidentsData ? updateData.updatedIncidentsData : null;
const memberId = updateData.memberId ? updateData.memberId : null;