mirror of
https://github.com/EvolutionAPI/evolution-api.git
synced 2025-07-16 04:02:54 -06:00
feature: Correctly map SQL query results by enforcing quoted column aliases (update missing mappings)
This commit is contained in:
parent
333ef3eeb8
commit
85936dcaed
@ -793,8 +793,8 @@ export class ChannelStartupService {
|
|||||||
remoteJid: contact.remoteJid,
|
remoteJid: contact.remoteJid,
|
||||||
pushName: contact.pushName,
|
pushName: contact.pushName,
|
||||||
profilePicUrl: contact.profilePicUrl,
|
profilePicUrl: contact.profilePicUrl,
|
||||||
updatedAt: contact.updatedat,
|
updatedAt: contact.updatedAt,
|
||||||
windowStart: contact.windowstart,
|
windowStart: contact.windowStart,
|
||||||
windowExpires: contact.windowExpires,
|
windowExpires: contact.windowExpires,
|
||||||
windowActive: contact.windowActive,
|
windowActive: contact.windowActive,
|
||||||
lastMessage: lastMessage ? this.cleanMessageData(lastMessage) : undefined,
|
lastMessage: lastMessage ? this.cleanMessageData(lastMessage) : undefined,
|
||||||
|
Loading…
Reference in New Issue
Block a user