From c6acd686124b5827c4afaa25128012ce3486fd96 Mon Sep 17 00:00:00 2001 From: koji Date: Tue, 28 May 2024 15:05:40 -0400 Subject: [PATCH] remove duplicated item from types --- api-client/src/runs/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/api-client/src/runs/types.ts b/api-client/src/runs/types.ts index 2e04320a17d..adde54b26ce 100644 --- a/api-client/src/runs/types.ts +++ b/api-client/src/runs/types.ts @@ -48,7 +48,6 @@ export interface LegacyGoodRunData { labware: LoadedLabware[] liquids: Liquid[] modules: LoadedModule[] - liquids: Liquid[] protocolId?: string labwareOffsets?: LabwareOffset[] runTimeParameters: RunTimeParameter[]