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'