Skip to content

Commit

Permalink
fix php-cs
Browse files Browse the repository at this point in the history
Signed-off-by: Andrey Borysenko <[email protected]>
  • Loading branch information
andrey18106 committed Nov 8, 2023
1 parent 4015d06 commit bc99da8
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion lib/Service/AppAPIService.php
Original file line number Diff line number Diff line change
Expand Up @@ -625,7 +625,7 @@ public function requestToExApp(
$exApp->getPort()) . $route;

if (is_array($options['headers'])) {
$options['headers'] = [...$options['headers'], $this->buildAppAPIAuthHeaders($request, $userId, $exApp)];
$options['headers'] = [...$options['headers'], $this->buildAppAPIAuthHeaders($request, $userId, $exApp)];
} else {
$options['headers'] = $this->buildAppAPIAuthHeaders($request, $userId, $exApp);
}
Expand Down

0 comments on commit bc99da8

Please sign in to comment.