Skip to content

Commit

Permalink
fixed old function call in generate_cps
Browse files Browse the repository at this point in the history
  • Loading branch information
vsicurella committed Feb 22, 2022
1 parent 8a6ccbd commit 7e892dd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/js/generators.js
Original file line number Diff line number Diff line change
Expand Up @@ -403,7 +403,7 @@ function generate_cps() {

// simplify the ratios
for (let i=0; i<products.length; i++) {
products[i] = simplifyRatioString(products[i]);
products[i] = simplifyRatio(products[i]);
}

}
Expand Down

0 comments on commit 7e892dd

Please sign in to comment.