website refactor
This commit is contained in:
@@ -27,8 +27,8 @@ export class LeagueScoringChampionshipViewModel {
|
||||
this.name = input.name;
|
||||
this.type = input.type;
|
||||
this.sessionTypes = input.sessionTypes;
|
||||
this.pointsPreview = (input.pointsPreview as any) || [];
|
||||
this.bonusSummary = (input as any).bonusSummary || [];
|
||||
this.dropPolicyDescription = (input as any).dropPolicyDescription;
|
||||
this.pointsPreview = input.pointsPreview ?? [];
|
||||
this.bonusSummary = input.bonusSummary ?? [];
|
||||
this.dropPolicyDescription = input.dropPolicyDescription;
|
||||
}
|
||||
}
|
||||
Reference in New Issue
Block a user