Skip to content

Commit

Permalink
Merge branch 'main' into issue-1559-profit-metric
Browse files Browse the repository at this point in the history
  • Loading branch information
calina-c authored Oct 4, 2024
2 parents 215210a + 626befa commit 69bc8fa
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion pdr_backend/subgraph/legacy/subgraph_slot.py
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ def get_slots(
**{
"ID": slot["id"],
"slot": slot["slot"],
"status": slot["status"],
"status": PredictSlotStatus[slot["status"].upper()],
"trueValues": slot["trueValues"],
"roundSumStakesUp": float(slot["roundSumStakesUp"]),
"roundSumStakes": float(slot["roundSumStakes"]),
Expand Down

0 comments on commit 69bc8fa

Please sign in to comment.