mirror of
https://github.com/OpenHands/OpenHands.git
synced 2025-12-26 05:48:36 +08:00
refactor(backend): the delete_app_conversation_info function (#11648)
This commit is contained in:
parent
7e824ca5dc
commit
44fbd6c1b9
@ -399,7 +399,6 @@ class SQLAppConversationInfoService(AppConversationInfoService):
|
||||
|
||||
# Execute the secure delete query
|
||||
result = await self.db_session.execute(delete_query)
|
||||
await self.db_session.commit()
|
||||
|
||||
return result.rowcount > 0
|
||||
|
||||
|
||||
Loading…
x
Reference in New Issue
Block a user