mirror of
https://github.com/All-Hands-AI/OpenHands.git
synced 2026-01-08 22:38:05 -05:00
refactor(backend): the delete_app_conversation_info function (#11648)
This commit is contained in:
@@ -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
|
||||
|
||||
|
||||
Reference in New Issue
Block a user