Skip to content

Commit

Permalink
Update Invoke-ListGDAPInvite.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
JohnDuprey committed Dec 11, 2024
1 parent 157330d commit 64dedac
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -29,6 +29,6 @@ Function Invoke-ListGDAPInvite {
# Associate values to output bindings by calling 'Push-OutputBinding'.
Push-OutputBinding -Name Response -Value ([HttpResponseContext]@{
StatusCode = [HttpStatusCode]::OK
Body = $Invite
Body = @($Invite)
})
}

0 comments on commit 64dedac

Please sign in to comment.