models: bug where sample_id and attach_image where twice follwoign rework
This commit is contained in:
@@ -777,6 +777,4 @@ class ScanResultPayloadModel(BaseModel):
|
||||
sample_id: int
|
||||
attach_image: bool = True
|
||||
beam_mark_pxl: tuple[float, float]
|
||||
beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)]
|
||||
attach_image: bool = True
|
||||
sample_id: int
|
||||
beam_size_mm: Annotated[Coordinate, AfterValidator(positive_coords)]
|
||||
Reference in New Issue
Block a user