Skip to content

Commit

Permalink
replace reagent alias with active alias
Browse files Browse the repository at this point in the history
  • Loading branch information
mekhlakapoor committed Jan 7, 2025
1 parent 8e7d5da commit 6b124e0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions src/aind_slims_api/models/experiment_run_step.py
Original file line number Diff line number Diff line change
Expand Up @@ -155,8 +155,8 @@ class SlimsWashRunStep(SlimsExperimentRunStep):
) # FIXED CHOICE
reagent_pk: Optional[int] = Field(
None,
serialization_alias="xprs_cf_fk_reagent",
validation_alias="xprs_cf_fk_reagent",
serialization_alias="xprs_cf_fk_reagent_multiselect",
validation_alias="xprs_cf_fk_reagent_multiselect",
)
start_time: Optional[datetime] = Field(
None,
Expand Down

0 comments on commit 6b124e0

Please sign in to comment.