Skip to content

Commit

Permalink
Update src/sentry/incidents/subscription_processor.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Callender <[email protected]>
  • Loading branch information
mifu67 and saponifi3d authored Dec 11, 2024
1 parent 99d5a0b commit fe7c546
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/incidents/subscription_processor.py
Original file line number Diff line number Diff line change
Expand Up @@ -367,7 +367,7 @@ def process_update(self, subscription_update: QuerySubscriptionUpdate) -> None:
# NOTE: feed the data through the new pipeline, but don't do anything with it yet.
# This will change at some point.
data_packet = DataPacket[QuerySubscriptionUpdate](
query_id=self.subscription.snuba_query.id, packet=subscription_update
query_id=self.subscription.id, packet=subscription_update
)
detectors = process_data_sources([data_packet], query_type=self.subscription.type)
results = []
Expand Down

0 comments on commit fe7c546

Please sign in to comment.