We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent af5122c commit 0df4504Copy full SHA for 0df4504
src/api/services/channel.service.ts
@@ -818,7 +818,6 @@ export class ChannelStartupService {
818
to_timestamp("Message"."messageTimestamp"::double precision),
819
"Contact"."updatedAt"
820
) as "updatedAt",
821
- "Chat"."name" as "pushName",
822
"Chat"."createdAt" as "windowStart",
823
"Chat"."createdAt" + INTERVAL '24 hours' as "windowExpires",
824
"Chat"."unreadMessages" as "unreadMessages",
0 commit comments