fix change folder path

This commit is contained in:
Peter Maquiran
2024-08-16 14:21:01 +01:00
parent bec5104ac8
commit 6072a2456b
114 changed files with 419 additions and 540 deletions
@@ -23,8 +23,8 @@ export class MessageMapper {
source: e.source,
file: e.file,
fileName: e.fileName,
applicationId: e.applicationId,
docId: Number(e.docId),
applicationId: e.applicationId || 0,
docId: Number(e.docId) || 0,
mimeType: e.mimeType
}))[0]