Skip to content

Commit

Permalink
fix: #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 bb0c383 commit 58f726c
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 58f726c

Please sign in to comment.