Skip to content

Commit e6735e8

Browse files
committed
lint fix
1 parent 1119c52 commit e6735e8

File tree

1 file changed

+4
-4
lines changed

1 file changed

+4
-4
lines changed

src/feature/eventType.ts

Lines changed: 4 additions & 4 deletions
Original file line numberDiff line numberDiff line change
@@ -46,14 +46,14 @@ type TreatmentPlanPayload = {
4646
}[];
4747
labRecommendations: {
4848
id: string;
49-
name:string;
49+
name: string;
5050
requiresFasting: boolean;
5151
instructions: string;
52-
tests:{
53-
id:string;
52+
tests: {
53+
id: string;
5454
name: string;
5555
}[];
56-
}
56+
};
5757
};
5858
};
5959

0 commit comments

Comments
 (0)