diff --git a/scripts/heartbeat.ps1 b/scripts/heartbeat.ps1 index 6e6bc7c..98e3281 100644 --- a/scripts/heartbeat.ps1 +++ b/scripts/heartbeat.ps1 @@ -72,7 +72,6 @@ function Send-Heartbeat($token, $ip) { -Headers @{ Authorization = "Bearer $token" } ` -Body $heartbeat -ContentType "application/json" - Log "ok Heartbeat sent successfully" } catch { Log "error Heartbeat failed: $($_.Exception.Message)" }