mirror of
https://github.com/hcengineering/platform.git
synced 2026-09-11 12:17:44 +02:00
separate mention category for employees (#5095)
Signed-off-by: Vyacheslav Tumanov <me@slavatumanov.me>
This commit is contained in:
@@ -41,7 +41,7 @@ describe('Elastic Adapter', () => {
|
||||
it('should create document', async () => {
|
||||
const doc: IndexedDoc = {
|
||||
id: 'doc1' as Ref<Doc>,
|
||||
_class: 'class1' as Ref<Class<Doc>>,
|
||||
_class: ['class1' as Ref<Class<Doc>>],
|
||||
modifiedBy: 'andrey' as Ref<Account>,
|
||||
modifiedOn: 0,
|
||||
space: 'space1' as Ref<Space>,
|
||||
|
||||
Reference in New Issue
Block a user