Skip to content

Commit 1132d51

Browse files
fix: remove extra switch case check
1 parent 100ce0e commit 1132d51

1 file changed

Lines changed: 0 additions & 2 deletions

File tree

src/CodexEventHandler.ts

Lines changed: 0 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -156,8 +156,6 @@ export class CodexEventHandler {
156156
case "fuzzyFileSearch/sessionCompleted":
157157
return this.handleFuzzyFileSearchSessionCompleted(notification.params);
158158
}
159-
const exhaustiveNotification: never = notification;
160-
return exhaustiveNotification;
161159
}
162160

163161
private async createTextEvent(event: AgentMessageDeltaNotification): Promise<UpdateSessionEvent> {

0 commit comments

Comments
 (0)