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 Apr 28, 2022
1 parent e4e9693 commit a3ada56
Showing 1 changed file with 1 addition and 6 deletions.
7 changes: 1 addition & 6 deletions Private/Private.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -577,12 +577,7 @@ function Invoke-Falcon {
if ($ParamSet.All -eq $true -and ($Result | Measure-Object).Count -lt
$Pagination.total) {
# Repeat request(s)
$Param = @{
ParamSet = $ParamSet
Pagination = $Pagination
Result = $Result
}
Invoke-Loop @Param
Invoke-Loop $ParamSet $Pagination $Result
}
}
}
Expand Down

0 comments on commit a3ada56

Please sign in to comment.