Skip to content

Commit 99f31f3

Browse files
iamrajjoshiCopilot
andcommitted
Update src/sentry/workflow_engine/handlers/action/notification/handler.py
Co-authored-by: Copilot <[email protected]>
1 parent cdb3add commit 99f31f3

File tree

1 file changed

+1
-1
lines changed
  • src/sentry/workflow_engine/handlers/action/notification

1 file changed

+1
-1
lines changed

src/sentry/workflow_engine/handlers/action/notification/handler.py

+1-1
Original file line numberDiff line numberDiff line change
@@ -56,7 +56,7 @@ def execute_via_group_type_registry(job: WorkflowJob, action: Action, detector:
5656

5757
def execute_via_metric_alert_handler(job: WorkflowJob, action: Action, detector: Detector) -> None:
5858
"""
59-
This exists so that all ticketing actions can use the same handler as issue alerts since thats the only way we can
59+
This exists so that all ticketing actions can use the same handler as issue alerts since that's the only way we can
6060
ensure that the same thread is used for the notification action.
6161
"""
6262
IssueAlertRegistryInvoker.handle_workflow_action(job, action, detector)

0 commit comments

Comments
 (0)