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.
2 parents f1075cf + d331202 commit d0d5283Copy full SHA for d0d5283
src/Jobs/ProcessAggregatedEvents.php
@@ -48,7 +48,7 @@ public function handle(): void
48
['name' => $author['name'], 'html_url' => $author['html_url']]
49
)->render();
50
51
- $githubService = new GithubService();
+ $githubService = new GithubService;
52
$githubService->commentOnNode($this->nodeId, $message);
53
}
54
0 commit comments