Skip to content

Commit

Permalink
typo
Browse files Browse the repository at this point in the history
  • Loading branch information
saskiad committed Dec 17, 2024
1 parent 3297e2c commit 9762de4
Show file tree
Hide file tree
Showing 2 changed files with 2 additions and 2 deletions.
Original file line number Diff line number Diff line change
Expand Up @@ -175,7 +175,7 @@ Organization.SUBJECT_SOURCES = one_of_instance(
Organization.CATHETER_IMPLANT_INSTITUTIONS = one_of_instance(
[
Organization.AIND,
Organization.CSL,
Organization.CRL,
Organization.JAX,
Organization.OTHER,
]
Expand Down
2 changes: 1 addition & 1 deletion src/aind_data_schema_models/organizations.py
Original file line number Diff line number Diff line change
Expand Up @@ -1129,7 +1129,7 @@ def from_name(cls, name: str):
Organization.CATHETER_IMPLANT_INSTITUTIONS = one_of_instance(
[
Organization.AIND,
Organization.CSL,
Organization.CRL,
Organization.JAX,
Organization.OTHER,
]
Expand Down

0 comments on commit 9762de4

Please sign in to comment.