Skip to content

Commit 8e82d17

Browse files
committed
Fix stake snapshot
1 parent d25ecfa commit 8e82d17

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

backend/app/app/worker.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -1015,7 +1015,7 @@ def batch_update_stake_snapshots() -> None:
10151015
db_models_dict[model.name] = model
10161016

10171017
db_stake_snapshots_dict = {}
1018-
for model in signals_models:
1018+
for model in crypto_models:
10191019
new_snapshot = StakeSnapshot(
10201020
date_creation=date_creation,
10211021
round_tournament=active_round,

0 commit comments

Comments
 (0)