mirror of
https://code.equilibrium.co.ao/ITO/doneit-web.git
synced 2026-04-18 20:47:54 +00:00
fix duplicate message
This commit is contained in:
@@ -72,7 +72,7 @@ export type IMessage = z.infer<typeof MessageEntitySchema>;
|
||||
|
||||
export class MessageEntity {
|
||||
|
||||
$id?: number
|
||||
$id?: string
|
||||
id?: string
|
||||
roomId?: string
|
||||
receiverId?: number
|
||||
|
||||
Reference in New Issue
Block a user