diff --git a/src/github/data/fetcher.ts b/src/github/data/fetcher.ts index 10a0266..f48ec85 100644 --- a/src/github/data/fetcher.ts +++ b/src/github/data/fetcher.ts @@ -268,8 +268,8 @@ export async function fetchGitHubData({ changedFiles = pullRequest.files.nodes || []; comments = filterCommentsByActor( filterCommentsToTriggerTime( - pullRequest.comments?.nodes || [], - triggerTime, + pullRequest.comments?.nodes || [], + triggerTime, ), includeCommentsByActor, excludeCommentsByActor, @@ -297,8 +297,8 @@ export async function fetchGitHubData({ contextData = issueResult.repository.issue; comments = filterCommentsByActor( filterCommentsToTriggerTime( - contextData?.comments?.nodes || [], - triggerTime, + contextData?.comments?.nodes || [], + triggerTime, ), includeCommentsByActor, excludeCommentsByActor,