Skip to content

Commit fafb237

Browse files
committed
Remove ShouldProcess
1 parent 66883c7 commit fafb237

File tree

1 file changed

+0
-5
lines changed

1 file changed

+0
-5
lines changed

GitHubCore.ps1

Lines changed: 0 additions & 5 deletions
Original file line numberDiff line numberDiff line change
@@ -653,11 +653,6 @@ function Invoke-GHRestMethodMultipleResult
653653
[switch] $NoStatus
654654
)
655655

656-
if (-not $PSCmdlet.ShouldProcess($UriFragment, "Invoke-GHRestMethod"))
657-
{
658-
return
659-
}
660-
661656
$AccessToken = Get-AccessToken -AccessToken $AccessToken
662657

663658
$stopwatch = [System.Diagnostics.Stopwatch]::StartNew()

0 commit comments

Comments
 (0)