правки
This commit is contained in:
@@ -41,7 +41,6 @@ async def fetch_placement_post_cycle(self: 'Usecase', interval_seconds: int) ->
|
||||
log.warning('Placement %s missing channel or invite_link, skipping', placement.id)
|
||||
continue
|
||||
if placement.creative_id is None:
|
||||
log.warning('Placement %s missing creative_id, skipping', placement.id)
|
||||
continue
|
||||
existing_for_placement = await domain.PlacementPost.filter(placement_id=placement.id).first()
|
||||
if existing_for_placement:
|
||||
|
||||
Reference in New Issue
Block a user