From e782678b3a003ab2ad1a7ea37e430709a5a70bdf Mon Sep 17 00:00:00 2001 From: BNWEIN Date: Sat, 14 Oct 2023 08:31:00 +0100 Subject: [PATCH] Update run.ps1 --- Scheduler_CIPPNotifications/run.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/Scheduler_CIPPNotifications/run.ps1 b/Scheduler_CIPPNotifications/run.ps1 index 59d8066f67e12..e2daabff52c0b 100644 --- a/Scheduler_CIPPNotifications/run.ps1 +++ b/Scheduler_CIPPNotifications/run.ps1 @@ -121,7 +121,7 @@ try { Invoke-RestMethod -Uri $config.webhook -Method POST -ContentType 'Application/json' -Body $JSONBody } } - Write-LogMessage -API 'Alerts' -tenant $Tenant -message "Sent Webhook to $($config.webhook) " -tenant $Tenant -sev info + Write-LogMessage -API 'Alerts' -tenant $Tenant -message "Sent Webhook to $($config.webhook) " -sev info } $UpdateLogs = $CurrentLog | ForEach-Object {