Skip to content

Commit

Permalink
Meta review should be created by default (#474)
Browse files Browse the repository at this point in the history
  • Loading branch information
calvinlu3 authored Nov 14, 2024
1 parent 2008722 commit e6051f8
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -399,7 +399,7 @@ export class Meta {
lastSavedAt?: number;
lastSavedBy?: string;
movingSection?: boolean;
review?: MetaReview;
review: MetaReview = new MetaReview();
}

export class MetaReview {
Expand Down

0 comments on commit e6051f8

Please sign in to comment.