Skip to content

Commit

Permalink
Update Private.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
bk-cs committed May 4, 2022
1 parent c566ebc commit e7adca0
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions Private/Private.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -565,7 +565,7 @@ function Invoke-Falcon {
# Output 'Total'
$Pagination.total
} else {
$Result = Write-Result -Request $Request
$Result = Write-Result $Request
if ($null -ne $Result) {
if ($ParamSet.Detailed -eq $true -and $ParamSet.Endpoint.Path -notmatch $NoDetail) {
# Output 'Detailed'
Expand Down Expand Up @@ -634,7 +634,7 @@ function Invoke-Loop {
}
$Request = $Script:Falcon.Api.Invoke($Clone.Endpoint)
if ($Request.Result.Content) {
$Result = Write-Result -Request $Request
$Result = Write-Result $Request
if ($null -ne $Result) {
if ($Clone.Detailed -eq $true -and $Clone.Endpoint.Path -notmatch $NoDetail) {
& $Command -Id $Result
Expand Down

0 comments on commit e7adca0

Please sign in to comment.