Skip to content

Commit

Permalink
fix: round loading error on builder
Browse files Browse the repository at this point in the history
  • Loading branch information
bhargavaparoksham committed Jan 9, 2024
1 parent 9988555 commit 65cf1b8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion packages/builder/src/actions/rounds.ts
Original file line number Diff line number Diff line change
Expand Up @@ -342,7 +342,7 @@ export const loadRound =
}
`,
chainId!,
{ roundId: address }
{ roundId: address.toLowerCase() }
);
roundPayoutStrategy = resp.data.rounds[0].payoutStrategy
? resp.data.rounds[0].payoutStrategy.strategyName
Expand Down

0 comments on commit 65cf1b8

Please sign in to comment.