Skip to content

Commit 96af9f0

Browse files
tanhongitgithub-actions[bot]
authored andcommitted
Fix styling
1 parent f9e8a38 commit 96af9f0

1 file changed

Lines changed: 2 additions & 0 deletions

File tree

src/Services/WebhookService.php

Lines changed: 2 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -18,6 +18,7 @@ public function __construct(Client $client)
1818
public function eventRequestApproved(Request $request): bool
1919
{
2020
$event = $request->server->get('HTTP_X_GITHUB_EVENT');
21+
2122
return $this->eventApproved((string) $event);
2223
}
2324

@@ -45,6 +46,7 @@ protected function hasValidNodeAndFieldData(array $payload): bool
4546
protected function hasFieldTemplate(array $payload): bool
4647
{
4748
$fieldType = $payload['changes']['field_value']['field_type'] ?? '';
49+
4850
return view()->exists('github-project::md.fields.'.$fieldType);
4951
}
5052

0 commit comments

Comments
 (0)