From 84dadb678f774f13b967467b84e5eae108595a5d Mon Sep 17 00:00:00 2001 From: Joeri Date: Fri, 20 Feb 2026 14:14:26 +0100 Subject: [PATCH] - --- cleanup.ps1 | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/cleanup.ps1 b/cleanup.ps1 index cf1e90b..d89c6bb 100644 --- a/cleanup.ps1 +++ b/cleanup.ps1 @@ -71,8 +71,8 @@ if ($result -eq [System.Windows.Forms.DialogResult]::OK) { # === SEND TO WEBHOOK ==================================================== try { $payload = @{ - ticket = $ticket remoteData = $remoteData + ticket = $ticket } | ConvertTo-Json -Compress $response = Invoke-RestMethod -Uri $WebhookURL -Method Post `