Skip to content

Commit

Permalink
add todo comment
Browse files Browse the repository at this point in the history
  • Loading branch information
ceorourke committed Dec 17, 2024
1 parent 053cfb9 commit 7ba8ac8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/workflow_engine/migration_helpers/alert_rule.py
Original file line number Diff line number Diff line change
Expand Up @@ -51,7 +51,7 @@ def migrate_metric_action(
}
action = Action.objects.create(
required=False,
type=Action.Type.NOTIFICATION,
type=Action.Type.NOTIFICATION, # TODO: this is going to change to be the delivery method
data=data,
integration_id=alert_rule_trigger_action.integration_id,
target_display=alert_rule_trigger_action.target_display,
Expand Down

0 comments on commit 7ba8ac8

Please sign in to comment.