Skip to content

Commit

Permalink
Removed status from pipeline
Browse files Browse the repository at this point in the history
  • Loading branch information
merill committed Dec 10, 2024
1 parent 0767d00 commit 146c7e1
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion powershell/internal/Write-Telemetry.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -27,7 +27,7 @@

# Send the POST request
try {
Invoke-RestMethod -Uri $url -Method Post -ContentType "application/json" -Body $jsonBody
Invoke-RestMethod -Uri $url -Method Post -ContentType "application/json" -Body $jsonBody | Out-Null
}
catch {
Write-Verbose $_
Expand Down

0 comments on commit 146c7e1

Please sign in to comment.