This commit is contained in:
Artem Tsyrulnikov
2026-01-18 13:35:46 +03:00
parent c304ba4ec7
commit 68e7dc4158
44 changed files with 383 additions and 387 deletions

View File

@@ -69,7 +69,7 @@ async def update_creative(
await self.database.update_creative(creative)
placements_count = await self.database.count_publications_by_creative(creative.id)
placements_count = await self.database.count_placement_posts_by_creative(creative.id)
return dto.CreativeOutput(
id=creative.id,