mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-03 13:53:42 +00:00
Fix formatting
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
parent
b8028597d6
commit
b97b858728
@ -16,7 +16,6 @@
|
||||
import { type ClientSocketFactory } from '@hcengineering/client'
|
||||
import {
|
||||
CollaborativeDoc,
|
||||
type Account,
|
||||
type AttachedData,
|
||||
type AttachedDoc,
|
||||
type Class,
|
||||
|
@ -37,7 +37,14 @@ import { getSocialStrings } from '@hcengineering/server-contact'
|
||||
import serverCore, { TriggerControl } from '@hcengineering/server-core'
|
||||
import { NOTIFICATION_BODY_SIZE } from '@hcengineering/server-notification'
|
||||
import { stripTags } from '@hcengineering/text'
|
||||
import tracker, { Component, Issue, IssueParentInfo, TimeSpendReport, trackerId, type Project } from '@hcengineering/tracker'
|
||||
import tracker, {
|
||||
Component,
|
||||
Issue,
|
||||
IssueParentInfo,
|
||||
TimeSpendReport,
|
||||
trackerId,
|
||||
type Project
|
||||
} from '@hcengineering/tracker'
|
||||
import { workbenchId } from '@hcengineering/workbench'
|
||||
|
||||
async function updateSubIssues (
|
||||
|
Loading…
Reference in New Issue
Block a user