Fix price parsing

This commit is contained in:
2022-11-02 19:04:05 +00:00
parent 1f75da40af
commit 48858bf20b
4 changed files with 20 additions and 4 deletions

View File

@@ -104,7 +104,7 @@ get_all_positions_schema = {
{
"symbol": "symbol",
"unrealized_pl": "unrealized_pl",
"price:": "current_price",
"price": "current_price",
}
],
)