We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 333ef3e commit 85936dcCopy full SHA for 85936dc
src/api/services/channel.service.ts
@@ -793,8 +793,8 @@ export class ChannelStartupService {
793
remoteJid: contact.remoteJid,
794
pushName: contact.pushName,
795
profilePicUrl: contact.profilePicUrl,
796
- updatedAt: contact.updatedat,
797
- windowStart: contact.windowstart,
+ updatedAt: contact.updatedAt,
+ windowStart: contact.windowStart,
798
windowExpires: contact.windowExpires,
799
windowActive: contact.windowActive,
800
lastMessage: lastMessage ? this.cleanMessageData(lastMessage) : undefined,
0 commit comments