Skip to content

Commit

Permalink
fix(robot-server): Fix error parsing persisted loadModule commands (#…
Browse files Browse the repository at this point in the history
  • Loading branch information
SyntaxColoring authored Feb 20, 2024
1 parent fa3c92a commit f9b2152
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion api/src/opentrons/protocol_engine/commands/load_module.py
Original file line number Diff line number Diff line change
Expand Up @@ -87,7 +87,7 @@ class LoadModuleResult(BaseModel):
)

serialNumber: Optional[str] = Field(
...,
None,
description="Hardware serial number of the connected module. "
"Will be `None` if a module is not electrically connected to the robot (like the Magnetic Block).",
)
Expand Down

0 comments on commit f9b2152

Please sign in to comment.