From 240def42c69276b538099f05a5453e0240109fa1 Mon Sep 17 00:00:00 2001 From: Vishal Narkhede Date: Sun, 10 Mar 2024 17:26:09 +0100 Subject: [PATCH] fix: lint fix --- src/types.ts | 1 - 1 file changed, 1 deletion(-) diff --git a/src/types.ts b/src/types.ts index 3f960131b..1df52babc 100644 --- a/src/types.ts +++ b/src/types.ts @@ -302,7 +302,6 @@ export type ChannelAPIResponse[]; hidden?: boolean; membership?: ChannelMembership | null; - threads?: ThreadResponse[]; pending_messages?: PendingMessageResponse[]; read?: ReadResponse[]; threads?: ThreadResponse[];