b2m-utils 0.0.190 → 0.0.191

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
package/build/index.js CHANGED
@@ -411,7 +411,7 @@ var calculateFee = function (ratecardLaneFee, cte, allFees, debug, allFeesForCal
411
411
  else {
412
412
  return 0;
413
413
  }
414
- });
414
+ }, 0);
415
415
  if (totalValueFromAllFees && !isNaN(+totalValueFromAllFees)) {
416
416
  var valueToMultiply = (1 - value);
417
417
  var total_1 = +totalValueFromAllFees * (valueToMultiply / 100);
package/build/index.js.gz CHANGED
Binary file