From f70d7d52170d6f40e3444bad06b78cace5eb8296 Mon Sep 17 00:00:00 2001 From: Anonymous <> Date: Thu, 29 Jan 2026 23:11:02 +0800 Subject: [PATCH] fix style --- src/github/data/fetcher.ts | 8 ++++---- 1 file changed, 4 insertions(+), 4 deletions(-) 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,