Fix formatting (#10697)

Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
Artyom Savchenko
2026-03-27 11:35:24 +07:00
committed by GitHub
parent 7b7395b6ae
commit a22271d004
@@ -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'