Commit
This commit does not belong to any branch on this repository, and may belong to a fork outside of the repository.
fix: remove the trailing comma after the last SKU (frappe#201)
Instead of using the reduce() method to explode the list of SKUs into separate objects, we can use the map() method and get rid of the trailing comma after the last SKU
- Loading branch information