UBERF-8425: Global accounts (#7573)

This commit is contained in:
Alexey Zinoviev
2025-02-04 10:31:03 +07:00
committed by GitHub
parent 83e5b16392
commit 2c64ceadb8
765 changed files with 19134 additions and 17955 deletions
+2 -2
View File
@@ -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) {