refactor
This commit is contained in:
@@ -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,
|
||||
|
||||
Reference in New Issue
Block a user