We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent eb345fb commit 1034433Copy full SHA for 1034433
src/Services/WebhookService.php
@@ -41,7 +41,7 @@ public function validatePayload(array $payload): ?JsonResponse
41
);
42
}
43
44
- if (!$this->isStatusCommentEnabled($payload['changes']['field_value']['field_name'])) {
+ if (!$this->isStatusCommentEnabled((string) $payload['changes']['field_value']['field_name'])) {
45
return response()->json(
46
['message' => __('github-project::github-project.error.event.status_comment_disabled')],
47
400
0 commit comments