Skip to content

Commit

Permalink
Fix
Browse files Browse the repository at this point in the history
  • Loading branch information
seratch committed Nov 15, 2023
1 parent 5f867af commit 2512411
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion slack_sdk/models/blocks/block_elements.py
Original file line number Diff line number Diff line change
Expand Up @@ -1645,7 +1645,7 @@ def __init__(
self,
*,
action_id: Optional[str] = None,
filetypes: Optional[List[str]] = False,
filetypes: Optional[List[str]] = None,
max_files: Optional[int] = None,
**others: dict,
):
Expand Down

0 comments on commit 2512411

Please sign in to comment.