fix
This commit is contained in:
@@ -23,7 +23,8 @@ async def fetch_placement_post_cycle(self: 'Usecase', interval_seconds: int) ->
|
||||
domain.PlacementStatus.TERMS_APPROVAL,
|
||||
domain.PlacementStatus.TO_PAY,
|
||||
domain.PlacementStatus.PAID,
|
||||
]
|
||||
],
|
||||
invite_link__isnull=False,
|
||||
)
|
||||
.prefetch_related('channel', 'project')
|
||||
.all()
|
||||
|
||||
Reference in New Issue
Block a user