mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-19 04:57:52 +00:00
fix change folder path
This commit is contained in:
@@ -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]
|
||||
|
||||
|
||||
Reference in New Issue
Block a user