Skip to content

Commit

Permalink
Small update
Browse files Browse the repository at this point in the history
  • Loading branch information
PrzemyslawKlys committed Sep 13, 2021
1 parent 73f356b commit 846e9ac
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion Public/Set-O365AzureExternalCollaborationSettings.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -58,7 +58,7 @@
}
Remove-EmptyValue -Hashtable $Body -Recursive -Rerun 2
if ($Body) {
$Output = Invoke-O365Admin -Uri $Uri -Headers $Headers -Method PATCH -Body $Body
$null = Invoke-O365Admin -Uri $Uri -Headers $Headers -Method PATCH -Body $Body
#$Output
}
}

0 comments on commit 846e9ac

Please sign in to comment.