mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-09 11:17:43 +02:00
fix overwriting space in elastic doc (#5959)
This commit is contained in:
@@ -44,7 +44,7 @@ describe('Elastic Adapter', () => {
|
||||
_class: ['class1' as Ref<Class<Doc>>],
|
||||
modifiedBy: 'andrey' as Ref<Account>,
|
||||
modifiedOn: 0,
|
||||
space: 'space1' as Ref<Space>,
|
||||
space: ['space1' as Ref<Space>],
|
||||
content0: 'hey there!'
|
||||
}
|
||||
await adapter.index(doc)
|
||||
|
||||
Reference in New Issue
Block a user