Skip to content

Commit

Permalink
Merge pull request #84 from justechn/fix_#83_getParsedResponse
Browse files Browse the repository at this point in the history
Fix #83 get parsed response
  • Loading branch information
hajekj authored Jun 12, 2019
2 parents 8c34761 + 6b3614b commit 4eed2b0
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Provider/Azure.php
Original file line number Diff line number Diff line change
Expand Up @@ -229,7 +229,7 @@ public function request($method, $ref, &$accessToken, $options = [])
}

$request = $this->getAuthenticatedRequest($method, $url, $accessToken, $options);
$response = $this->getResponse($request);
$response = $this->getParsedResponse($request);

return $response;
}
Expand Down

0 comments on commit 4eed2b0

Please sign in to comment.