Skip to content

Commit 39b5d85

Browse files
committed
Fix linting and TS errors from merge conflict resolution
1 parent c8f9c76 commit 39b5d85

File tree

2 files changed

+2
-2
lines changed

2 files changed

+2
-2
lines changed

app/src/organisms/LabwarePositionCheck/LPCFlows/hooks/useLPCLabwareInfo/getLPCLabwareInfoFrom/__tests__/getDefaultOffsetForLabware.test.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -2,8 +2,8 @@ import { describe, expect, it, vi } from 'vitest'
22

33
import { ANY_LOCATION } from '@opentrons/api-client'
44
import {
5-
C3_ADDRESSABLE_AREA,
65
C2_ADDRESSABLE_AREA,
6+
C3_ADDRESSABLE_AREA,
77
getLabwareDefURI,
88
} from '@opentrons/shared-data'
99

shared-data/protocol/types/schemaV8/index.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -147,7 +147,7 @@ export type ProtocolFile<
147147
> = ProtocolBase<DesignerApplicationData> &
148148
(OT2RobotMixin | OT3RobotMixin) &
149149
LabwareV2Mixin &
150-
LiquidV1Mixin &
150+
(LiquidV1Mixin | LiquidV2Mixin) &
151151
(
152152
| CommandV8Mixin
153153
| CommandV9Mixin

0 commit comments

Comments
 (0)