Skip to content

Commit e7468a0

Browse files
committed
fix: remove ts-ignore
1 parent 01139bc commit e7468a0

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/components/AITypingIndicatorView/hooks/useAIState.ts

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -43,7 +43,6 @@ export const useAIState = <
4343
},
4444
);
4545

46-
// @ts-ignore
4746
const indicatorClearedListener = channel.on('ai_indicator.clear', (event) => {
4847
const { cid } = event;
4948
if (channel.cid === cid) {

0 commit comments

Comments
 (0)