mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-20 13:26:08 +00:00
fix duplicate message
This commit is contained in:
+2
-2
@@ -6,7 +6,7 @@ import { AttachmentLocalDataSource } from 'src/app/module/chat/data/repository/a
|
||||
import { z } from 'zod';
|
||||
|
||||
const DownloadMessageAttachmentByMessageIdSchema = z.object({
|
||||
$messageId: z.number(),
|
||||
$messageId: z.string(),
|
||||
id: z.string()
|
||||
})
|
||||
|
||||
@@ -30,7 +30,7 @@ export class DownloadMessageAttachmentUserCaseService {
|
||||
const dataUrl = await createBlobUrl(blob)
|
||||
|
||||
if(dataUrl.isOk()) {
|
||||
|
||||
|
||||
Logger.info('downloaded file #1', {
|
||||
// data: dataUrl.slice(0, 100)+'...',
|
||||
context: 'DownloadMessageAttachmentUserCaseService'
|
||||
|
||||
Reference in New Issue
Block a user