Skip to content

Commit

Permalink
fix: minimumPassportScore input must accept real values
Browse files Browse the repository at this point in the history
  • Loading branch information
Meriem-BM committed Jul 29, 2024
1 parent cc0eba1 commit 80da7bf
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/entities/qfRound.ts
Original file line number Diff line number Diff line change
Expand Up @@ -66,7 +66,7 @@ export class QfRound extends BaseEntity {
maximumReward: number;

@Field(_type => Number)
@Column()
@Column('real')
minimumPassportScore: number;

@Field(_type => Float, { nullable: true })
Expand Down

0 comments on commit 80da7bf

Please sign in to comment.