mirror of
https://github.com/langgenius/dify.git
synced 2026-03-10 01:46:14 +08:00
debug webhook don't require publish the app
This commit is contained in:
@ -19,7 +19,7 @@ def _prepare_webhook_execution(webhook_id: str, is_debug: bool = False):
|
||||
is_debug: If True, skip status validation for debug mode
|
||||
"""
|
||||
webhook_trigger, workflow, node_config = WebhookService.get_webhook_trigger_and_workflow(
|
||||
webhook_id, skip_status_check=is_debug
|
||||
webhook_id, is_debug=is_debug
|
||||
)
|
||||
|
||||
try:
|
||||
|
||||
Reference in New Issue
Block a user