Skip to content

Commit

Permalink
fix: fix IdentityResponse fields
Browse files Browse the repository at this point in the history
  • Loading branch information
ahoneiser committed Feb 16, 2023
1 parent d69a90a commit c19f7bd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ctms/schemas/contact.py
Original file line number Diff line number Diff line change
Expand Up @@ -282,7 +282,7 @@ class IdentityResponse(BaseModel):

email_id: UUID
primary_email: str
basket_token: UUID
basket_token: Optional[UUID] = None
sfdc_id: Optional[str] = None
mofo_contact_id: Optional[str] = None
mofo_email_id: Optional[str] = None
Expand Down

0 comments on commit c19f7bd

Please sign in to comment.