We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 4362a3c commit 8dddd86Copy full SHA for 8dddd86
Commands/Get-WebSocket.ps1
@@ -1146,7 +1146,7 @@ function Get-WebSocket {
1146
# So, start off by capturing $_
1147
$inputObject = $_
1148
# If the input was a job, we might remap a parameter
1149
- if ($inputObject -is 'ThreadJob.ThreadJob') {
+ if ($inputObject -is 'Management.Automation.Job') {
1150
if ($inputObject.WebSocket -is [Net.WebSockets.ClientWebSocket] -and
1151
$inputObject.SocketUrl) {
1152
$SocketUrl = $inputObject.SocketUrl
0 commit comments