Skip to content

Commit ce4fe86

Browse files
fix: set correct default
Co-authored-by: Ole-Martin Bratteng <[email protected]>
1 parent 2cd81d1 commit ce4fe86

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/entity/OpportunityMatch.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export class OpportunityMatch {
5555
@Column({ type: 'jsonb', default: '[]' })
5656
feedback: Array<OpportunityFeedback>;
5757

58-
@Column({ type: 'jsonb', nullable: true, default: null })
58+
@Column({ type: 'jsonb', nullable: true, default: '{}' })
5959
rejectionClassification: RejectionFeedbackClassification | null;
6060

6161
@Column({ type: 'jsonb', default: '{}' })

0 commit comments

Comments
 (0)