Skip to content

Commit

Permalink
fixed little db issue
Browse files Browse the repository at this point in the history
  • Loading branch information
lasyaneti committed Jan 18, 2024
1 parent 8651cfb commit 4ca2643
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/database/admission-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -20,6 +20,7 @@ export class AdmissionDecision {
@prop({ required: true })
public status: DecisionStatus;

@prop()
public admittedPro?: boolean;

@prop({ required: true })
Expand Down

0 comments on commit 4ca2643

Please sign in to comment.