mirror of
https://git.mirrors.martin98.com/https://github.com/ChatGPTNextWeb/ChatGPT-Next-Web.git
synced 2025-08-14 08:25:54 +08:00
fix: #1668 should not summarize twice
This commit is contained in:
parent
bb0c3835f4
commit
58f726c602
@ -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];
|
||||
},
|
||||
|
||||
|
Loading…
x
Reference in New Issue
Block a user