Skip to content

Commit

Permalink
add a TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
jerader committed Oct 16, 2023
1 parent 6deab8f commit f6d3da4
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion step-generation/src/commandCreators/atomic/replaceTip.ts
Original file line number Diff line number Diff line change
Expand Up @@ -56,7 +56,7 @@ export const replaceTip: CommandCreator<ReplaceTipArgs> = (
const { pipette, dropTipLocation } = args
const nextTiprack = getNextTiprack(pipette, invariantContext, prevRobotState)

// TODO(jr, 10/16/23): plug in missingAdapter() error creator
// TODO(jr, 10/16/23): plug in missingAdapter() error creator, need to get current tiprackId

if (nextTiprack == null) {
// no valid next tip / tiprack, bail out
Expand Down

0 comments on commit f6d3da4

Please sign in to comment.