mirror of
https://github.com/maybe-finance/maybe.git
synced 2025-08-04 13:05:19 +02:00
Fix favorable direction serialization
This commit is contained in:
parent
0de97b676d
commit
0015c8159d
1 changed files with 1 additions and 1 deletions
|
@ -48,7 +48,7 @@ class TimeSeries::Trend
|
||||||
|
|
||||||
def as_json
|
def as_json
|
||||||
{
|
{
|
||||||
favorable_direction: favorable_direction,
|
favorableDirection: favorable_direction,
|
||||||
direction: direction,
|
direction: direction,
|
||||||
value: value,
|
value: value,
|
||||||
percent: percent
|
percent: percent
|
||||||
|
|
Loading…
Add table
Add a link
Reference in a new issue