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 `