From 4a536a897bcd1ae4ef593ef7d2b4569b2f121b61 Mon Sep 17 00:00:00 2001 From: "allen.yan" Date: Thu, 22 May 2025 15:19:37 +0800 Subject: [PATCH] =?UTF-8?q?=E7=AC=AC=E4=B8=80=E7=89=88=20Send-Heartbeat=20?= =?UTF-8?q?=E6=AD=A3=E7=A2=BA=E4=B8=8D=E5=9C=A8=E5=AF=AB=E8=A8=98=E9=8C=84?= =?UTF-8?q?=2020250522?= MIME-Version: 1.0 Content-Type: text/plain; charset=UTF-8 Content-Transfer-Encoding: 8bit --- scripts/heartbeat.ps1 | 1 - 1 file changed, 1 deletion(-) 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)" }