Skip to content

Commit

Permalink
comments
Browse files Browse the repository at this point in the history
  • Loading branch information
aletya committed Oct 26, 2023
1 parent 3996a4f commit 20f3f8e
Showing 1 changed file with 5 additions and 5 deletions.
10 changes: 5 additions & 5 deletions src/database/decision-db.ts
Original file line number Diff line number Diff line change
Expand Up @@ -24,11 +24,11 @@ export class DecisionInfo extends Document {
@prop({ required: true })
public response: DecisionResponse;

@prop( { required: true} )
public reviewer: string;
@prop( { required: true} )
public emailSent: boolean;
@prop({ required: true })
public reviewer: string;

@prop({ required: true })
public emailSent: boolean;
}

export class DecisionEntry extends Document {
Expand Down

0 comments on commit 20f3f8e

Please sign in to comment.