Skip to content
This repository was archived by the owner on Sep 3, 2025. It is now read-only.

Commit a3548a6

Browse files
authored
Adds participant base data (#2922)
1 parent cc3b74a commit a3548a6

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/dispatch/participant/models.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -90,7 +90,7 @@ class ParticipantRead(ParticipantBase):
9090
individual: Optional[IndividualContactRead]
9191

9292

93-
class ParticipantReadMinimal(DispatchBase):
93+
class ParticipantReadMinimal(ParticipantBase):
9494
id: PrimaryKey
9595
participant_roles: Optional[List[ParticipantRoleReadMinimal]] = []
9696
individual: Optional[IndividualContactReadMinimal]

0 commit comments

Comments
 (0)