Skip to content

Commit ce1a00b

Browse files
committed
Remove an outdated comment
1 parent dc288f6 commit ce1a00b

File tree

1 file changed

+0
-2
lines changed

1 file changed

+0
-2
lines changed

slack_bolt/listener_matcher/builtins.py

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -212,8 +212,6 @@ def func(body: Dict[str, Any]) -> bool:
212212
return dialog_submission(constraints["callback_id"], asyncio)
213213
if action_type == "dialog_cancellation":
214214
return dialog_cancellation(constraints["callback_id"], asyncio)
215-
216-
# Still in beta
217215
# https://api.slack.com/workflows/steps
218216
if action_type == "workflow_step_edit":
219217
return workflow_step_edit(constraints["callback_id"], asyncio)

0 commit comments

Comments
 (0)