Skip to content

Commit

Permalink
243 update PvEventModel type
Browse files Browse the repository at this point in the history
  • Loading branch information
AdrianMontaguSmartDCSIT committed Oct 25, 2024
1 parent 5b6286e commit 5a078e0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion tel2puml/tel2puml_types.py
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@ class PVEventModel(BaseModel):
jobId: str
eventId: str
timestamp: str
previousEventIds: Optional[list[str]] = Field([])
previousEventIds: list[str] = Field([])
applicationName: str
jobName: str
eventType: str
Expand Down

0 comments on commit 5a078e0

Please sign in to comment.