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 ed9f4e1 commit 4362a3cCopy full SHA for 4362a3c
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 'ThreadJob.ThreadJob') {
1150
if ($inputObject.WebSocket -is [Net.WebSockets.ClientWebSocket] -and
1151
$inputObject.SocketUrl) {
1152
$SocketUrl = $inputObject.SocketUrl
0 commit comments