fix send webtrix document

This commit is contained in:
Peter Maquiran
2024-08-16 12:24:26 +01:00
parent 5f4d5ab1a8
commit bec5104ac8
13 changed files with 44 additions and 35 deletions
@@ -24,7 +24,7 @@ export class MessageMapper {
file: e.file,
fileName: e.fileName,
applicationId: e.applicationId,
docId: e.docId,
docId: Number(e.docId),
mimeType: e.mimeType
}))[0]