You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
warning: Decimal.compare/2 is deprecated. Use Decimal.cmp/2 instead. This function will be re-introduced in Decimal v2.0 with new return value
lib/number/decimal.ex:11: Number.Decimal.compare/2
You can just replace it with Decimal.cmp/2
Let me know if anything doesn't make sense
The text was updated successfully, but these errors were encountered:
You can just replace it with
Decimal.cmp/2
Let me know if anything doesn't make sense
The text was updated successfully, but these errors were encountered: