From c19f7bd1b4f742f1259e8d050b60112d0208db87 Mon Sep 17 00:00:00 2001 From: =?UTF-8?q?Andr=C3=A9=20Honeiser?= Date: Thu, 16 Feb 2023 16:43:20 +0100 Subject: [PATCH] fix: fix IdentityResponse fields --- ctms/schemas/contact.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/ctms/schemas/contact.py b/ctms/schemas/contact.py index ffc71f0c..383924c6 100644 --- a/ctms/schemas/contact.py +++ b/ctms/schemas/contact.py @@ -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