Skip to content

Commit

Permalink
Fix styling
Browse files Browse the repository at this point in the history
  • Loading branch information
sergix44 authored and github-actions[bot] committed Aug 17, 2023
1 parent c663e73 commit 6390d06
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/Client.php
Original file line number Diff line number Diff line change
Expand Up @@ -50,7 +50,7 @@ protected function loadEndpoints(array $dependencies): void
$endpoint = new Endpoint(
$this,
$index,
!empty($dep['api_name']) ? $dep['api_name'] : null,
! empty($dep['api_name']) ? $dep['api_name'] : null,
$dep['queue'] !== false,
count($dep['inputs'])
);
Expand Down

0 comments on commit 6390d06

Please sign in to comment.