We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent b784ca9 commit 5cbffeeCopy full SHA for 5cbffee
subgraph/core/src/entities/Round.ts
@@ -20,7 +20,7 @@ export function createRoundFromRoundInfo(
20
round.repartitions = roundInfo.repartitions;
21
round.penalties = roundInfo.pnkPenalties;
22
round.dispute = disputeID.toString();
23
- const courtID = contract.disputes(disputeID);
24
- round.court = courtID.value0.toString();
+ const courtID = contract.disputes(disputeID).value0.toString();
+ round.court = courtID;
25
round.save();
26
}
0 commit comments