Skip to content

Commit

Permalink
Fix: remove additional alias
Browse files Browse the repository at this point in the history
  • Loading branch information
lwasser committed Mar 9, 2024
1 parent d61fc89 commit 680cc3a
Showing 1 changed file with 1 addition and 3 deletions.
4 changes: 1 addition & 3 deletions src/pyosmeta/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -220,9 +220,7 @@ class ReviewModel(BaseModel):
version_accepted: str | None = None
date_accepted: str | None = Field(
default=None,
validation_alias=AliasChoices(
"date_accepted_(month/day/year)", "Date accepted", "date_accepted"
),
validation_alias=AliasChoices("Date accepted", "date_accepted"),
)
created_at: str = None
updated_at: str = None
Expand Down

0 comments on commit 680cc3a

Please sign in to comment.