Skip to content

Commit

Permalink
Fix typo
Browse files Browse the repository at this point in the history
  • Loading branch information
nicholasrq committed Aug 8, 2023
1 parent 37f4040 commit 46fd46a
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion label_studio/webhooks/utils.py
Original file line number Diff line number Diff line change
Expand Up @@ -117,7 +117,7 @@ def run_webhook(webhook, action, payload=None):
payload,
)
else:
run_webhook(webhook, action, payload)
run_webhook_sync(webhook, action, payload)


def emit_webhooks_for_instance(
Expand Down Expand Up @@ -148,6 +148,7 @@ def emit_webhooks_for_instance(
def emit_webhooks(organization, project, action, payload):
"""
Run all active webhooks for the action.
Will run all selected webhooks in an RQ worker.
"""
if flag_set("fflag_fix_back_lsdv_4604_excess_sql_queries_in_api_short"):
Expand Down

0 comments on commit 46fd46a

Please sign in to comment.