Skip to content

Commit

Permalink
Update Receive-Request.ps1
Browse files Browse the repository at this point in the history
  • Loading branch information
otabut authored Mar 26, 2018
1 parent dc03d2d commit 7abc94e
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion functions/Receive-Request.ps1
Original file line number Diff line number Diff line change
Expand Up @@ -79,7 +79,7 @@ Function Receive-Request
else
{
$Token = $Request.headers.GetValues("Authorization").split(' ')[1]
$Checkpoint = Request-Authorization -Token $Token -Feature $Feature -Endpoint $Endpoint -Method $Method
$Checkpoint = Request-Authorization -Token $Token -Feature $Feature
$Username = $Checkpoint.Username
$Authorized = $Checkpoint.Authorization
}
Expand Down

0 comments on commit 7abc94e

Please sign in to comment.