mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-06 01:37:42 +02:00
UBERF-8425: Global accounts (#7573)
This commit is contained in:
@@ -1,6 +1,6 @@
|
||||
import { Analytics } from '@hcengineering/analytics'
|
||||
import core, {
|
||||
Account,
|
||||
PersonId,
|
||||
AnyAttribute,
|
||||
AttachedDoc,
|
||||
Class,
|
||||
@@ -297,7 +297,7 @@ export async function deleteObjects (
|
||||
ctx: MeasureContext,
|
||||
client: TxOperations,
|
||||
objects: Doc[],
|
||||
account: Ref<Account>
|
||||
account: PersonId
|
||||
): Promise<void> {
|
||||
const ops = client.apply()
|
||||
for (const object of objects) {
|
||||
|
||||
Reference in New Issue
Block a user