Skip to content

Commit

Permalink
fix(models:document): define creator as optional
Browse files Browse the repository at this point in the history
  • Loading branch information
Ondrej Slama committed Jan 25, 2023
1 parent a1bc957 commit a4b8d57
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion rossum_api/models/document.py
Original file line number Diff line number Diff line change
Expand Up @@ -12,7 +12,7 @@ class Document:
parent: Optional[str]
email: Optional[str]
mime_type: str
creator: str
creator: Optional[str]
created_at: str
arrived_at: str
original_file_name: str
Expand Down

0 comments on commit a4b8d57

Please sign in to comment.