fix overwriting space in elastic doc (#5959)

This commit is contained in:
Vyacheslav Tumanov
2024-07-01 20:30:48 +07:00
committed by GitHub
parent 51028108c7
commit 8d6b583628
4 changed files with 7 additions and 5 deletions
+1 -1
View File
@@ -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)