Skip to content

Commit 8d3f364

Browse files
authored
Merge pull request #381 from KelvinTegelaar/dev
[pull] dev from KelvinTegelaar:dev
2 parents 07b335f + 77cc79b commit 8d3f364

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

Modules/CIPPCore/Public/GraphHelper/New-GraphGetRequest.ps1

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -77,7 +77,6 @@ function New-GraphGetRequest {
7777
if ($ReturnRawResponse) {
7878
if (Test-Json -Json $Data.Content) {
7979
$Content = $Data.Content | ConvertFrom-Json
80-
$Content
8180
} else {
8281
$Content = $Data.Content
8382
}

0 commit comments

Comments
 (0)