Skip to content

Commit 0b1ff66

Browse files
committed
Fix merge cruft
1 parent afff809 commit 0b1ff66

1 file changed

Lines changed: 0 additions & 3 deletions

File tree

NetScaler/Public/New-NSLBMonitor.ps1

Lines changed: 0 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -430,15 +430,12 @@ function New-NSLBMonitor {
430430
if ($PSBoundParameters.ContainsKey('HTTPRequest')) {
431431
$params.Add('httprequest', $HTTPRequest)
432432
}
433-
<<<<<<< HEAD
434-
=======
435433
if ($PSBoundParameters.ContainsKey('Send')) {
436434
$params.Add('send', $Send)
437435
}
438436
if ($PSBoundParameters.ContainsKey('Recv')) {
439437
$params.Add('recv', $Recv)
440438
}
441-
>>>>>>> dev
442439
_InvokeNSRestApi -Session $Session -Method POST -Type lbmonitor -Payload $params -Action add
443440

444441
if ($PSBoundParameters.ContainsKey('PassThru')) {

0 commit comments

Comments
 (0)