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
Found the solution. Try to use Type decorator from class-transformer like this - @Type(() => Number), on the property that have Runtime.Decimal type in your class declaration. Worked for me.
Originally posted by @OleksandrKostrov in #1531
this worked for me too
The text was updated successfully, but these errors were encountered: