-
Notifications
You must be signed in to change notification settings - Fork 2k
TypeError: format.replace is not a function #240
Comments
What's the solution? |
I have the same problem with the bitstamp implementation |
With some debugging I found the problem. In both lines the "format(s.product.increment, Math.ceil)" expects a number as a string The question is, should it be fixed in products.json or should engine.js accept both forms? |
I think it's easier to apply String() to products.json as I see all other exchanges have string values in there. |
I'm proud to announce it solved! Thanks to @EigilB |
It is not solved 😢 . It happens again. I tried this |
Import |
I'm getting this after latest pull
code part:
The text was updated successfully, but these errors were encountered: