Skip to content

Commit

Permalink
Fix deploy hash snake case
Browse files Browse the repository at this point in the history
  • Loading branch information
Volodymyr-Kuchinskyi committed Jun 13, 2024
1 parent 1732e70 commit 131f00b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/entity/round.entity.ts
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ export class Round {
isFinished: boolean;

@ViewColumn({ name: 'last_play_deploy_hash' })
last_play_deploy_hash: string;
lastPlayDeployHash: string;

winnerPublicKey?: string;

Expand Down

0 comments on commit 131f00b

Please sign in to comment.