Skip to content

Commit

Permalink
fix: ts
Browse files Browse the repository at this point in the history
  • Loading branch information
henrikmv committed Mar 21, 2024
1 parent 1c2d165 commit a16cc88
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ export const useMeasurementPlotting = (
measurementData: MeasurementDataEntry[] | undefined,
fieldName: string,
category: string,
dataset: string,
dataset: string | number,
dateOfBirth: Date,
startIndex: number,
) => {
Expand Down

0 comments on commit a16cc88

Please sign in to comment.