We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent dc288f6 commit ce1a00bCopy full SHA for ce1a00b
slack_bolt/listener_matcher/builtins.py
@@ -212,8 +212,6 @@ def func(body: Dict[str, Any]) -> bool:
212
return dialog_submission(constraints["callback_id"], asyncio)
213
if action_type == "dialog_cancellation":
214
return dialog_cancellation(constraints["callback_id"], asyncio)
215
-
216
- # Still in beta
217
# https://api.slack.com/workflows/steps
218
if action_type == "workflow_step_edit":
219
return workflow_step_edit(constraints["callback_id"], asyncio)
0 commit comments