@pisell/pisellos 0.0.135 → 0.0.136
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.
|
@@ -194,7 +194,7 @@ var getProductOriginTotalPrice = (params) => {
|
|
|
194
194
|
return accumulator + Number(currentValue.price) * Number(currentValue.num);
|
|
195
195
|
}, price);
|
|
196
196
|
}
|
|
197
|
-
return price
|
|
197
|
+
return price;
|
|
198
198
|
};
|
|
199
199
|
var formatOptions = (options) => {
|
|
200
200
|
if (!(options == null ? void 0 : options.length))
|