Skip to content

Commit

Permalink
🐛 Fix Balances dict property post-refractor
Browse files Browse the repository at this point in the history
  • Loading branch information
acemasterjb committed Aug 8, 2022
1 parent 88f12a3 commit 5fc443d
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/app/libs/tasks/get_assets.py
Original file line number Diff line number Diff line change
Expand Up @@ -131,7 +131,7 @@ def reload_treasuries_stats(
pipe,
)

for symbol, asset_hist_balance in asset_hist_balances.balances.items():
for symbol, asset_hist_balance in asset_hist_balances.usd_balances.items():
store_asset_hist_balance(
treasury.address,
symbol,
Expand Down

0 comments on commit 5fc443d

Please sign in to comment.