Skip to content

Commit 847bc76

Browse files
Update src/api/services/channel.service.ts
Co-authored-by: sourcery-ai[bot] <58596630+sourcery-ai[bot]@users.noreply.github.com>
1 parent 66cec36 commit 847bc76

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/api/services/channel.service.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -743,7 +743,7 @@ export class ChannelStartupService {
743743
key: contact.lastmessage_key,
744744
pushName: contact.lastmessagepushname,
745745
participant: contact.lastmessageparticipant,
746-
messageType: contact.lastmessagemessageyype,
746+
messageType: contact.lastmessagemessagetype,
747747
message: contact.lastmessagemessage,
748748
contextInfo: contact.lastmessagecontextinfo,
749749
source: contact.lastmessagesource,

0 commit comments

Comments
 (0)