fix build

Signed-off-by: Andrey Platov <andrey@hardcoreeng.com>
This commit is contained in:
Andrey Platov 2021-10-23 16:47:39 +02:00
parent f3962181a4
commit 3eec4d03ae
No known key found for this signature in database
GPG Key ID: C8787EFEB4B64AF0

View File

@ -43,6 +43,7 @@
function onMessage(event: CustomEvent) {
client.createDoc(chunter.class.Comment, object.space, {
attachedTo: object._id,
attachedToClass: object._class,
message: event.detail
})
console.log(event.detail)