Skip to content

Commit

Permalink
fix: ChatGPTNextWeb#1668 should not summarize twice
Browse files Browse the repository at this point in the history
  • Loading branch information
Yidadaa committed May 22, 2023
1 parent cbc530b commit 1229883
Showing 1 changed file with 0 additions and 1 deletion.
1 change: 0 additions & 1 deletion app/client/controller.ts
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,6 @@ export const ChatControllerPool = {

remove(sessionIndex: number, messageId: number) {
const key = this.key(sessionIndex, messageId);
this.controllers[key]?.abort();
delete this.controllers[key];
},

Expand Down

0 comments on commit 1229883

Please sign in to comment.