Skip to content

Commit

Permalink
remove todo line
Browse files Browse the repository at this point in the history
  • Loading branch information
mwheeler-ep committed Jan 6, 2025
1 parent a61550f commit fec671b
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion engine/apps/api/views/alert_group.py
Original file line number Diff line number Diff line change
Expand Up @@ -335,7 +335,6 @@ def get_queryset(self, ignore_filtering_by_available_teams=False):
if null_team_lookup:
teams_lookup = teams_lookup | null_team_lookup

# TODO also need to filter on integration as well.
if not ignore_filtering_by_available_teams:
queryset = AlertGroup.objects.filter(*self.available_teams_lookup_args)
else:
Expand Down

0 comments on commit fec671b

Please sign in to comment.