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 || [];
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,