Skip to content

Commit

Permalink
Fix reference
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Oct 10, 2024
1 parent 61f2fda commit d70cce2
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion common/src/contract-params.ts
Original file line number Diff line number Diff line change
Expand Up @@ -31,7 +31,7 @@ export async function getContractParams(
const isNumber = market.outcomeType === 'NUMBER'
const numberContractBetCount = async () =>
unauthedApi('unique-bet-group-count', {
contractId: contract.id,
contractId: market.id,
}).then((res) => res.count)

const [
Expand Down

0 comments on commit d70cce2

Please sign in to comment.