Skip to content

Commit c13b73e

Browse files
author
koval
committed
Fix.
1 parent 75e4427 commit c13b73e

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

Diff for: huntflow_webhook_models/common_models/applicant.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -119,7 +119,7 @@ class Applicant(BaseModel):
119119
description="Additional fields",
120120
examples=[{"favorite_language": "python"}],
121121
)
122-
externals: Optional[list[ApplicantExternalAccount]]
122+
externals: Optional[list[ApplicantExternalAccount]] = None
123123

124124

125125
class Respondent(BaseModel):

0 commit comments

Comments
 (0)