Skip to content

Commit

Permalink
fix(step-generation): configureForVolume now volumes the chunk instea… (
Browse files Browse the repository at this point in the history
#16666)

…d of volume
  • Loading branch information
jerader authored Nov 1, 2024
1 parent c9cda35 commit 20f1f87
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-generation/src/commandCreators/compound/transfer.ts
Original file line number Diff line number Diff line change
Expand Up @@ -263,7 +263,7 @@ export const transfer: CommandCreator<TransferArgs> = (
? [
curryCommandCreator(configureForVolume, {
pipetteId: args.pipette,
volume: args.volume,
volume: chunksPerSubTransfer,
}),
]
: []
Expand Down

0 comments on commit 20f1f87

Please sign in to comment.