mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-10 11:47:42 +02:00
Fix Bitrix attachments (#2683)
Signed-off-by: Andrey Sobolev <haiodo@gmail.com>
This commit is contained in:
@@ -28,7 +28,7 @@ import {
|
||||
Ref,
|
||||
ServerStorage,
|
||||
Tx,
|
||||
TxHander,
|
||||
TxHandler,
|
||||
TxResult
|
||||
} from '@hcengineering/core'
|
||||
import { createInMemoryTxAdapter } from '@hcengineering/dev-storage'
|
||||
@@ -45,7 +45,7 @@ import {
|
||||
|
||||
class ServerStorageWrapper implements ClientConnection {
|
||||
measureCtx = new MeasureMetricsContext('client', {})
|
||||
constructor (private readonly storage: ServerStorage, private readonly handler: TxHander) {}
|
||||
constructor (private readonly storage: ServerStorage, private readonly handler: TxHandler) {}
|
||||
|
||||
findAll<T extends Doc>(
|
||||
_class: Ref<Class<T>>,
|
||||
|
||||
Reference in New Issue
Block a user