Skip to content

Commit 9a649af

Browse files
StartAutomatingStartAutomating
authored andcommitted
fix: Watch-OBS - Fixing parameter passdown ( Fixes #216 )
1 parent 3be0c5d commit 9a649af

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

allcommands.ps1

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -927,7 +927,7 @@ $($ExecutionContext.SessionState.InvokeCommand.GetCommand('Send-OBS', 'Function'
927927
if ($msg) {
928928
$messageData = try { ConvertFrom-Json $msg -ErrorAction Ignore} catch { $_ }
929929
$received = if ($messageData -isnot [Management.Automation.ErrorRecord]) {
930-
$messageData | Receive-OBS -WebSocketToken $WebSocketToken -WebSocketUri $webSocketUri -SendEvent -Subscription $Subscription
930+
$messageData | Receive-OBS -WebSocketToken $WebSocketToken -WebSocketUri $webSocketUri -SendEvent
931931
} else {
932932
$messageData
933933
}

0 commit comments

Comments
 (0)