diff --git a/openhands/app_server/app_conversation/sql_app_conversation_info_service.py b/openhands/app_server/app_conversation/sql_app_conversation_info_service.py index 5ebb9481b6..0990411485 100644 --- a/openhands/app_server/app_conversation/sql_app_conversation_info_service.py +++ b/openhands/app_server/app_conversation/sql_app_conversation_info_service.py @@ -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