mirror of
https://github.com/hcengineering/platform.git
synced 2026-08-17 18:05:42 +02:00
Fix formatting (#10697)
Signed-off-by: Artem Savchenko <armisav@gmail.com>
This commit is contained in:
@@ -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'
|
||||
|
||||
Reference in New Issue
Block a user