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 983f32c commit 77b6432Copy full SHA for 77b6432
1 file changed
src/Jobs/ProcessAggregatedEvents.php
@@ -46,9 +46,9 @@ public function handle(): void
46
$author = Cache::pull($commentAggregationCacheKey.'_author', '');
47
48
$message .= '\n\n'.view(
49
- 'github-project::md.shared.author',
50
- ['name' => $author['name'], 'html_url' => $author['html_url']]
51
- )->render();
+ 'github-project::md.shared.author',
+ ['name' => $author['name'], 'html_url' => $author['html_url']]
+ )->render();
52
53
$githubService = new GithubService;
54
$githubService->commentOnNode($this->nodeId, $message);
0 commit comments