fix style

This commit is contained in:
Anonymous 2026-01-29 23:11:02 +08:00
parent 99469dc2cb
commit f70d7d5217

View File

@ -268,8 +268,8 @@ export async function fetchGitHubData({
changedFiles = pullRequest.files.nodes || []; changedFiles = pullRequest.files.nodes || [];
comments = filterCommentsByActor( comments = filterCommentsByActor(
filterCommentsToTriggerTime( filterCommentsToTriggerTime(
pullRequest.comments?.nodes || [], pullRequest.comments?.nodes || [],
triggerTime, triggerTime,
), ),
includeCommentsByActor, includeCommentsByActor,
excludeCommentsByActor, excludeCommentsByActor,
@ -297,8 +297,8 @@ export async function fetchGitHubData({
contextData = issueResult.repository.issue; contextData = issueResult.repository.issue;
comments = filterCommentsByActor( comments = filterCommentsByActor(
filterCommentsToTriggerTime( filterCommentsToTriggerTime(
contextData?.comments?.nodes || [], contextData?.comments?.nodes || [],
triggerTime, triggerTime,
), ),
includeCommentsByActor, includeCommentsByActor,
excludeCommentsByActor, excludeCommentsByActor,