Skip to content

Commit 0df4504

Browse files
committed
refactor(channel): remove unused pushName field
1 parent af5122c commit 0df4504

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/api/services/channel.service.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -818,7 +818,6 @@ export class ChannelStartupService {
818818
to_timestamp("Message"."messageTimestamp"::double precision),
819819
"Contact"."updatedAt"
820820
) as "updatedAt",
821-
"Chat"."name" as "pushName",
822821
"Chat"."createdAt" as "windowStart",
823822
"Chat"."createdAt" + INTERVAL '24 hours' as "windowExpires",
824823
"Chat"."unreadMessages" as "unreadMessages",

0 commit comments

Comments
 (0)