mirror of
https://github.com/morgan9e/chatgpt-web
synced 2026-04-14 00:14:04 +09:00
lint
This commit is contained in:
@@ -188,7 +188,7 @@
|
||||
const message = getMessage(chat, uuid)
|
||||
if (message && message.summarized) throw new Error('Unable to delete summarized message')
|
||||
if (message && message.summary) { // messages we summarized
|
||||
message.summary.forEach(sid=>{
|
||||
message.summary.forEach(sid => {
|
||||
const m = getMessage(chat, sid)
|
||||
if (m) {
|
||||
delete m.summarized // unbind to this summary
|
||||
|
||||
Reference in New Issue
Block a user