This commit is contained in:
harold 2025-05-16 00:24:43 +05:00
parent 20961fc93a
commit c043b0ee00

View File

@ -18,7 +18,7 @@ async def bulk_create_success_reasons(
Success Success
) )
.values( .values(
[chat.model_dump_without_duplicate() for chat in success_schema.success] [chat for chat in success_schema.model_dump_without_duplicate()["success"]]
) )
) )
await session.execute(stmt) await session.execute(stmt)