From 6398060d2c38e8613714736980fd07a893d1c6bc Mon Sep 17 00:00:00 2001 From: Laura Cox Date: Wed, 21 Feb 2024 17:20:18 +0200 Subject: [PATCH] fix typing again --- app/src/redux/calibration/api-types.ts | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/app/src/redux/calibration/api-types.ts b/app/src/redux/calibration/api-types.ts index d12f752e0219..624af038c001 100644 --- a/app/src/redux/calibration/api-types.ts +++ b/app/src/redux/calibration/api-types.ts @@ -128,7 +128,7 @@ export interface TipLengthCalibration { source: CalibrationSource status: IndividualCalibrationStatus id: string - uri?: string | null + uri: string } export interface AllTipLengthCalibrations {