Skip to content

Commit

Permalink
Update src/sentry/rules/conditions/event_frequency.py
Browse files Browse the repository at this point in the history
Co-authored-by: Josh Callender <1569818+saponifi3d@users.noreply.github.com>
  • Loading branch information
ceorourke and saponifi3d authored Jul 15, 2024
1 parent cdceb22 commit 278605c
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/sentry/rules/conditions/event_frequency.py
Original file line number Diff line number Diff line change
Expand Up @@ -425,7 +425,7 @@ def batch_query_hook(
if groups:
group = groups[0]
if len(group) == 3:
organization_id = group[3]
organization_id = group[2]

if error_issue_ids:
error_sums = self.get_chunked_result(
Expand Down

0 comments on commit 278605c

Please sign in to comment.