feature: Correctly map SQL query results by enforcing quoted column aliases (update missing mappings)

This commit is contained in:
foqc 2025-07-07 17:40:30 -05:00
parent 333ef3eeb8
commit 85936dcaed

View File

@ -793,8 +793,8 @@ export class ChannelStartupService {
remoteJid: contact.remoteJid,
pushName: contact.pushName,
profilePicUrl: contact.profilePicUrl,
updatedAt: contact.updatedat,
windowStart: contact.windowstart,
updatedAt: contact.updatedAt,
windowStart: contact.windowStart,
windowExpires: contact.windowExpires,
windowActive: contact.windowActive,
lastMessage: lastMessage ? this.cleanMessageData(lastMessage) : undefined,