workspace avatar and send builded creative
This commit is contained in:
@@ -61,7 +61,9 @@ async def get_placements(self: 'Usecase', input: dto.GetPlacementsInput) -> dto.
|
||||
if placement_posts_for_placement:
|
||||
if len(placement_posts_for_placement) > 1:
|
||||
log.warning(
|
||||
'Placement %s has %s placement_posts, returning latest', placement.id, len(placement_posts_for_placement)
|
||||
'Placement %s has %s placement_posts, returning latest',
|
||||
placement.id,
|
||||
len(placement_posts_for_placement),
|
||||
)
|
||||
placement_post_output = placement_posts_for_placement[0]
|
||||
placement_outputs.append(
|
||||
|
||||
Reference in New Issue
Block a user