From a22271d004f2467aea51afe3dff4c5d2e83c66cb Mon Sep 17 00:00:00 2001 From: Artyom Savchenko Date: Fri, 27 Mar 2026 11:35:24 +0700 Subject: [PATCH] Fix formatting (#10697) Signed-off-by: Artem Savchenko --- services/github/pod-github/src/sync/comments.ts | 10 +++++++++- 1 file changed, 9 insertions(+), 1 deletion(-) diff --git a/services/github/pod-github/src/sync/comments.ts b/services/github/pod-github/src/sync/comments.ts index 341e1bf19e..10e8f506dd 100644 --- a/services/github/pod-github/src/sync/comments.ts +++ b/services/github/pod-github/src/sync/comments.ts @@ -24,7 +24,15 @@ import { githubExternalSyncVersion, githubSyncVersion } from '../types' -import { collectUpdate, deleteObjects, ensureGraphQLOctokit, ensureRESTOctokit, errorToObj, getSince, isGHWriteAllowed } from './utils' +import { + collectUpdate, + deleteObjects, + ensureGraphQLOctokit, + ensureRESTOctokit, + errorToObj, + getSince, + isGHWriteAllowed +} from './utils' import { Analytics } from '@hcengineering/analytics' import { IssueComment, IssueCommentCreatedEvent, IssueCommentEvent } from '@octokit/webhooks-types'