Skip to content

Commit

Permalink
Fix alerts filter by owner
Browse files Browse the repository at this point in the history
  • Loading branch information
IDoneShaveIt committed Dec 7, 2023
1 parent 920da25 commit 6049953
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion elementary/monitor/api/alerts/alert_filters.py
Original file line number Diff line number Diff line change
Expand Up @@ -98,7 +98,7 @@ def _filter_alerts_by_owner(

filtered_alerts = []
for alert in alerts:
raw_owners = alert.owners
raw_owners = alert.unified_owners
alert_owners = (
try_load_json(raw_owners) if isinstance(raw_owners, str) else raw_owners
)
Expand Down

0 comments on commit 6049953

Please sign in to comment.