Skip to content

Commit

Permalink
fix lint
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Mar 8, 2024
1 parent ed4a2c9 commit 1a303ce
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion shared-data/js/types.ts
Original file line number Diff line number Diff line change
Expand Up @@ -459,7 +459,7 @@ export interface PipetteV2GeometrySpecs {
nozzleMap: Record<string, number[]>
}

type TipData = [number, number, number][]
type TipData = [number, number, number]
interface SupportedTips {
[tipType: string]: {
aspirate: {
Expand Down

0 comments on commit 1a303ce

Please sign in to comment.