Skip to content

Commit 854fb2e

Browse files
committed
fix types
1 parent 391fcfa commit 854fb2e

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

workos/types/organizations/organization_domain.py

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -14,5 +14,5 @@ class OrganizationDomain(WorkOSModel):
1414
verification_strategy: Optional[LiteralOrUntyped[Literal["manual", "dns"]]] = None
1515
verification_token: Optional[str] = None
1616
verification_prefix: Optional[str] = None
17-
created_at: str = None
18-
updated_at: str = None
17+
created_at: str
18+
updated_at: str

0 commit comments

Comments
 (0)