mirror of
https://github.com/hcengineering/platform.git
synced 2025-05-05 23:12: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 { type ClientSocketFactory } from '@hcengineering/client'
|
||||||
import {
|
import {
|
||||||
CollaborativeDoc,
|
CollaborativeDoc,
|
||||||
type Account,
|
|
||||||
type AttachedData,
|
type AttachedData,
|
||||||
type AttachedDoc,
|
type AttachedDoc,
|
||||||
type Class,
|
type Class,
|
||||||
|
@ -37,7 +37,14 @@ import { getSocialStrings } from '@hcengineering/server-contact'
|
|||||||
import serverCore, { TriggerControl } from '@hcengineering/server-core'
|
import serverCore, { TriggerControl } from '@hcengineering/server-core'
|
||||||
import { NOTIFICATION_BODY_SIZE } from '@hcengineering/server-notification'
|
import { NOTIFICATION_BODY_SIZE } from '@hcengineering/server-notification'
|
||||||
import { stripTags } from '@hcengineering/text'
|
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'
|
import { workbenchId } from '@hcengineering/workbench'
|
||||||
|
|
||||||
async function updateSubIssues (
|
async function updateSubIssues (
|
||||||
|
Loading…
Reference in New Issue
Block a user