Skip to content

Commit

Permalink
Fix failing test
Browse files Browse the repository at this point in the history
  • Loading branch information
Meldiron committed Sep 5, 2023
1 parent f7446dd commit d28f2fd
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/http.php
Original file line number Diff line number Diff line change
Expand Up @@ -376,7 +376,7 @@ function logError(Throwable $error, string $action, ?Logger $logger, Utopia\Rout
$hostname = $option->getState('hostname') ?? '';

$result = $proxyRequest($hostname);
$headers = $result['headers'] ?? [];
$headers = $result['headers'];

foreach ($headers as $key => $value) {
$response->addHeader($key, $value);
Expand Down

0 comments on commit d28f2fd

Please sign in to comment.