We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent bcbbd1f commit ca93c7bCopy full SHA for ca93c7b
src/Monitor/Monitor/TransitionalClasses/ActivityLogAlertResource.cs
@@ -54,11 +54,7 @@ public ActivityLogAlertResource(Monitor.Models.ActivityLogAlertResource activity
54
enabled: activityLogAlertResource?.Enabled,
55
description: activityLogAlertResource?.Description)
56
{
57
- if (activityLogAlertResource != null)
58
- {
59
- this.Actions = activityLogAlertResource.Actions != null ? new ActivityLogAlertActionList(activityLogAlertResource.Actions) : null;
60
- this.Condition = activityLogAlertResource.Condition != null ? new ActivityLogAlertAllOfCondition(activityLogAlertResource.Condition) : null;
61
- }
+
62
}
63
64
0 commit comments