refactor(backend): the delete_app_conversation_info function (#11648)

This commit is contained in:
Hiep Le 2025-11-05 23:45:16 +07:00 committed by GitHub
parent 7e824ca5dc
commit 44fbd6c1b9
No known key found for this signature in database
GPG Key ID: B5690EEEBB952194

View File

@ -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