Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
stefanzweifel authored and actions-user committed Apr 2, 2022
1 parent 823b81a commit 4b5994d
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions src/BrowsershotLambda.php
Original file line number Diff line number Diff line change
Expand Up @@ -31,6 +31,7 @@ protected function callBrowser(array $command): string

if ($path) {
file_put_contents($path, base64_decode($response->body()));

return $path;
} else {
return $response->body();
Expand Down

0 comments on commit 4b5994d

Please sign in to comment.