Skip to content

Commit

Permalink
fix: lint fix
Browse files Browse the repository at this point in the history
  • Loading branch information
vishalnarkhede committed Mar 10, 2024
1 parent 607b7bd commit 240def4
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion src/types.ts
Expand Up @@ -302,7 +302,6 @@ export type ChannelAPIResponse<StreamChatGenerics extends ExtendableGenerics = D
pinned_messages: MessageResponse<StreamChatGenerics>[];
hidden?: boolean;
membership?: ChannelMembership<StreamChatGenerics> | null;
threads?: ThreadResponse[];
pending_messages?: PendingMessageResponse<StreamChatGenerics>[];
read?: ReadResponse<StreamChatGenerics>[];
threads?: ThreadResponse[];
Expand Down

0 comments on commit 240def4

Please sign in to comment.