Skip to content

Commit

Permalink
Remove unused var
Browse files Browse the repository at this point in the history
  • Loading branch information
IanPhilips committed Nov 1, 2024
1 parent 38bda81 commit 0ffa4f0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion backend/api/src/place-bet.ts
Original file line number Diff line number Diff line change
Expand Up @@ -193,7 +193,7 @@ export const calculateBetResult = (
unfilledBets: LimitBet[],
balanceByUserId: Record<string, number>
) => {
const { amount, contractId } = body
const { amount } = body
const { outcomeType, mechanism } = contract

if (
Expand Down

0 comments on commit 0ffa4f0

Please sign in to comment.