small change in convention

This commit is contained in:
Arjun Patel
2019-03-14 02:48:31 -07:00
parent 05a1003be2
commit 064b8df2a0
3 changed files with 9 additions and 9 deletions
@@ -26,15 +26,15 @@ exports.create = async (req, res, next) => {
estimate_asset_value,
estimate_yearly_operating_cost,
isNonprofit,
is_nonprofit,
primary_contact_phone,
primary_contact_first_name,
primary_contact_last_name
} = req.body;
primary_cause = primary_cause.trim().toLowerCase();
primary_region = primary_region.trim().toLowerCase();
// primary_cause = primary_cause.trim().toLowerCase();
// primary_region = primary_region.trim().toLowerCase();
let transaction;
@@ -93,7 +93,7 @@ exports.create = async (req, res, next) => {
estimate_asset_value,
estimate_yearly_operating_cost,
isNonprofit,
is_nonprofit,
primary_contact_phone,
primary_contact_first_name,