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 1b59d08 commit 9acab85Copy full SHA for 9acab85
src/Jobs/ProcessWebhookEvent.php
@@ -34,7 +34,7 @@ public function __construct(array $eventData)
34
*/
35
public function handle(): void
36
{
37
- $nodeId = $this->eventData['projects_v2_item']['content_node_id'];
+ $nodeId = (string) $this->eventData['projects_v2_item']['content_node_id'];
38
$commentAggregationCacheKey = config('github-project.comment_aggregation_cache_key')."_{$nodeId}";
39
$commentAggregationTime = (int) config('github-project.comment_aggregation_time');
40
0 commit comments