Skip to content

Commit 8ca7861

Browse files
committed
Fix lint error
1 parent 7d4b638 commit 8ca7861

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/modules/GroupChannel/context/hooks/useGroupChannel.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -55,7 +55,7 @@ export const useGroupChannel = () => {
5555
if (!store) throw new Error('useGroupChannel must be used within a GroupChannelProvider');
5656

5757
const { state: { config } } = useSendbird();
58-
const { markAsReadScheduler, pubSub } = config;
58+
const { markAsReadScheduler } = config;
5959
const state: GroupChannelState = useSyncExternalStore(store.subscribe, store.getState);
6060

6161
const flagActions = {

0 commit comments

Comments
 (0)