Skip to content

Commit

Permalink
fix: redundant (#1161)
Browse files Browse the repository at this point in the history
  • Loading branch information
shahargl authored May 5, 2024
1 parent da16daf commit 34849d9
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -441,7 +441,7 @@ def _format_alert(
severity=severity,
lastReceived=str(alert.get("creationTime")),
description=alert.get("summary"),
source=[alert.get("incidentRecordSource")["createdBy"]],
source=["incidentmanager"],
**alert,
)

Expand Down

0 comments on commit 34849d9

Please sign in to comment.