Merge pull request #715 from SuanmoSuanyangTechnology/fix/Timebomb_029

fix(app)
This commit is contained in:
Mark
2026-03-27 17:15:13 +08:00
committed by GitHub
7 changed files with 121 additions and 35 deletions

View File

@@ -1084,7 +1084,6 @@ class AppService:
if not exists:
cleaned["memory_config_id"] = None
cleaned.pop("memory_content", None)
cleaned["enabled"] = False
return cleaned
exists = self.db.query(
@@ -1096,7 +1095,6 @@ class AppService:
if not exists:
cleaned["memory_config_id"] = None
cleaned.pop("memory_content", None)
cleaned["enabled"] = False
return cleaned