Skip to content

Commit

Permalink
update schema
Browse files Browse the repository at this point in the history
  • Loading branch information
pvyParts committed Jan 14, 2025
1 parent 586a05c commit fd82648
Showing 1 changed file with 4 additions and 4 deletions.
8 changes: 4 additions & 4 deletions corptools/api/schema.py
Original file line number Diff line number Diff line change
Expand Up @@ -246,10 +246,10 @@ class CharacterContract(Schema):

for_corporation: bool

date_accepted: datetime
date_completed: datetime
date_expired: datetime
date_issued: datetime
date_accepted: Optional[datetime] = None
date_completed: Optional[datetime] = None
date_expired: Optional[datetime] = None
date_issued: Optional[datetime] = None


class CharacterOrder(Schema):
Expand Down

0 comments on commit fd82648

Please sign in to comment.