Skip to content

Commit

Permalink
fix type
Browse files Browse the repository at this point in the history
  • Loading branch information
jschlyter committed Nov 15, 2023
1 parent 2348efa commit 73148f7
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion aggrec/aggregates.py
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ class AggregateType(str, Enum):
class AggregateMetadataResponse(BaseModel):
aggregate_id: str
aggregate_type: AggregateType
created: Optional[datetime]
created: str
creator: str
headers: dict
content_type: str
Expand Down

0 comments on commit 73148f7

Please sign in to comment.