fix: fix summary index bug.

This commit is contained in:
FFXN
2026-01-23 21:19:12 +08:00
parent 328c1990ee
commit ccfd3e6f6d

View File

@ -188,7 +188,7 @@ class SummaryIndexService:
db.session.add(summary_record)
db.session.flush()
# Success, exit function
return
return
except (ConnectionError, Exception) as e:
error_str = str(e).lower()