Skip to content

Commit

Permalink
Return certificate request body
Browse files Browse the repository at this point in the history
  • Loading branch information
lonnylot authored and introwit committed Feb 14, 2023
1 parent bf60444 commit 7314950
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Controllers/AwsSnsController.php
Original file line number Diff line number Diff line change
Expand Up @@ -18,7 +18,7 @@ public function __invoke()

$validator = new MessageValidator(function ($certUrl) {
return Cache::rememberForever($certUrl, function () use ($certUrl) {
return Http::get($certUrl);
return Http::get($certUrl)->body();
});
});

Expand Down

0 comments on commit 7314950

Please sign in to comment.