Skip to content
This repository has been archived by the owner on Nov 21, 2024. It is now read-only.

Commit

Permalink
Fix typo defaulkt to default
Browse files Browse the repository at this point in the history
  • Loading branch information
jpkrajewski committed Apr 8, 2024
1 parent 3852baf commit 6c57606
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -147,7 +147,7 @@ class Accept(BaseModel):
populate_by_name=True,
)
enable_accept_action: Default[bool] = Field(
defaulkt=as_default(True),
default=as_default(True),
serialization_alias="enableAcceptAction",
validation_alias="enableAcceptAction",
description="Enable Accept Action",
Expand Down

0 comments on commit 6c57606

Please sign in to comment.