Skip to content

Commit

Permalink
Fix wrong {
Browse files Browse the repository at this point in the history
  • Loading branch information
mikolaj-pirog committed May 21, 2023
1 parent 25b6572 commit 98a2970
Showing 1 changed file with 1 addition and 2 deletions.
3 changes: 1 addition & 2 deletions src/utils/commonRequest.ts
Original file line number Diff line number Diff line change
Expand Up @@ -202,7 +202,6 @@ export async function getSmallBlindValue(
return (await client.query(query, [gameId])).rows[0].small_blind
}


export async function getRemainingPlayersCards(
gameId: string,
client: Client
Expand Down Expand Up @@ -247,7 +246,7 @@ export async function calculateWinner(gameId: string, client: Client) {
}
}
return winners

}
export async function playerHasEnoughMoney(
gameId: string,
playerToken: string,
Expand Down

0 comments on commit 98a2970

Please sign in to comment.