Skip to content

Commit

Permalink
fix typing again
Browse files Browse the repository at this point in the history
  • Loading branch information
Laura-Danielle committed Feb 21, 2024
1 parent e05f8bd commit 6398060
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/src/redux/calibration/api-types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -128,7 +128,7 @@ export interface TipLengthCalibration {
source: CalibrationSource
status: IndividualCalibrationStatus
id: string
uri?: string | null
uri: string
}

export interface AllTipLengthCalibrations {
Expand Down

0 comments on commit 6398060

Please sign in to comment.