etorres-revature / Pointy_Goblins

Short-term rental advertisement aggregator using: Express.js; Node.js; React.js; web scrapers; and MongoDB.
https://quiet-tor-69912.herokuapp.com/
GNU General Public License v3.0
6 stars 2 forks source link

account for unit cost AND quantity in total #53

Closed abraspin closed 3 years ago

abraspin commented 3 years ago

The earlier fix to totalCost math didn't make it through, (total cost) is now = (unitCost * Quantity).