Skip to content

Commit

Permalink
Fix jackpot amount
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr-Kuchinskyi committed Jun 13, 2024
1 parent 0a009e5 commit 63d4d89
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/migration/1713372155154-CreateRoundsView.ts
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export class CreateRoundsView1713372155154 implements MigrationInterface {
case
when w.is_finished then p.prize_amount
else p.jackpot_amount
end,
end as jackpot_amount,
w.is_finished,
p.player_account_hash as winner_account_hash,
p.deploy_hash as last_play_deploy_hash,
Expand Down

0 comments on commit 63d4d89

Please sign in to comment.