第一版 Send-Heartbeat 正確不在寫記錄

20250522
This commit is contained in:
allen.yan 2025-05-22 15:19:37 +08:00
parent 047b85baa7
commit 4a536a897b

View File

@ -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)"
}