Skip to content

Commit a5dfb1e

Browse files
committed
missing line end
1 parent e92c77c commit a5dfb1e

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/feature/eventType.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -50,7 +50,7 @@ type TreatmentPlanPayload = {
5050
requiresFasting: boolean;
5151
tests: {
5252
id: string;
53-
name: string
53+
name: string;
5454
}[];
5555
}[];
5656
};

0 commit comments

Comments
 (0)