Skip to content

Commit

Permalink
fix(step-generation): add nozzle props to consolidate and distribute (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader authored Jun 18, 2024
1 parent 5172afc commit 93b85cc
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 0 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -292,6 +292,7 @@ export const consolidate: CommandCreator<ConsolidateArgs> = (
pipette: args.pipette,
dropTipLocation,
tipRack: args.tipRack,
nozzles: args.nozzles ?? undefined,
}),
]
}
Expand Down
1 change: 1 addition & 0 deletions step-generation/src/commandCreators/compound/distribute.ts
Original file line number Diff line number Diff line change
Expand Up @@ -308,6 +308,7 @@ export const distribute: CommandCreator<DistributeArgs> = (
pipette: args.pipette,
dropTipLocation: args.dropTipLocation,
tipRack: args.tipRack,
nozzles: args.nozzles ?? undefined,
}),
]
}
Expand Down

0 comments on commit 93b85cc

Please sign in to comment.