Skip to content

Commit

Permalink
error-send-message-pipeline. Fix RamblingCookieMonster#30
Browse files Browse the repository at this point in the history
  • Loading branch information
tolmachev-pravo committed Mar 19, 2023
1 parent c8d695c commit 32fc964
Showing 1 changed file with 2 additions and 1 deletion.
3 changes: 2 additions & 1 deletion PSRabbitMq/Send-RabbitMqMessage.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -239,6 +239,7 @@
}
process
{
$Body = $null
switch ($SerializeAs) {
'application/clixml+xml' {
try
Expand Down Expand Up @@ -305,4 +306,4 @@
$Connection.Close()
}
}
}
}

0 comments on commit 32fc964

Please sign in to comment.