Skip to content

Commit d0d5283

Browse files
committed
Merge remote-tracking branch 'origin/queue-event-test' into queue-event-test
2 parents f1075cf + d331202 commit d0d5283

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/Jobs/ProcessAggregatedEvents.php

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -48,7 +48,7 @@ public function handle(): void
4848
['name' => $author['name'], 'html_url' => $author['html_url']]
4949
)->render();
5050

51-
$githubService = new GithubService();
51+
$githubService = new GithubService;
5252
$githubService->commentOnNode($this->nodeId, $message);
5353
}
5454

0 commit comments

Comments
 (0)