Skip to content

Commit 6398060

Browse files
fix typing again
1 parent e05f8bd commit 6398060

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/src/redux/calibration/api-types.ts

+1-1
Original file line numberDiff line numberDiff line change
@@ -128,7 +128,7 @@ export interface TipLengthCalibration {
128128
source: CalibrationSource
129129
status: IndividualCalibrationStatus
130130
id: string
131-
uri?: string | null
131+
uri: string
132132
}
133133

134134
export interface AllTipLengthCalibrations {

0 commit comments

Comments
 (0)