diff --git a/src/api/services/channel.service.ts b/src/api/services/channel.service.ts index d00ccd54..8d4cc7cf 100644 --- a/src/api/services/channel.service.ts +++ b/src/api/services/channel.service.ts @@ -1267,6 +1267,7 @@ export class ChannelStartupService { SELECT "Chat"."id", "Chat"."remoteJid", + "Chat"."name", "Chat"."labels", "Chat"."createdAt", "Chat"."updatedAt", @@ -1283,6 +1284,7 @@ export class ChannelStartupService { SELECT "Chat"."id", "Chat"."remoteJid", + "Chat"."name", "Chat"."labels", "Chat"."createdAt", "Chat"."updatedAt",