Skip to content

Commit 451c606

Browse files
quick fix for #5070
1 parent 7150399 commit 451c606

File tree

1 file changed

+1
-0
lines changed

1 file changed

+1
-0
lines changed

Modules/CIPPCore/Public/Entrypoints/Activity Triggers/Push-SchedulerCIPPNotifications.ps1

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -115,6 +115,7 @@ function Push-SchedulerCIPPNotifications {
115115
}
116116

117117
if ($CurrentStandardsLogs) {
118+
$Data = $CurrentStandardsLogs
118119
$JSONContent = New-CIPPAlertTemplate -Data $Data -Format 'json' -InputObject 'table' -CIPPURL $CIPPURL
119120
$CurrentStandardsLogs | ConvertTo-Json -Compress
120121
Send-CIPPAlert -Type 'webhook' -JSONContent $JSONContent -TenantFilter $Tenant -APIName 'Alerts'

0 commit comments

Comments
 (0)