Skip to content

Commit

Permalink
fix: type error in build
Browse files Browse the repository at this point in the history
  • Loading branch information
TomasPabloFerreira committed Jul 12, 2024
1 parent 265fdd2 commit 176eaf3
Showing 1 changed file with 4 additions and 0 deletions.
4 changes: 4 additions & 0 deletions src/app/services/growth/growth-service.ts
Original file line number Diff line number Diff line change
Expand Up @@ -17,6 +17,10 @@ export interface GrowthRecord {
gender: Gender;
clinicName?: string;
parentUsername?: string;
percentile?: {
percentile: string;
color: string;
};
}

@Injectable({
Expand Down

0 comments on commit 176eaf3

Please sign in to comment.