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.TERMS_APPROVAL,
|
||||||
domain.PlacementStatus.TO_PAY,
|
domain.PlacementStatus.TO_PAY,
|
||||||
domain.PlacementStatus.PAID,
|
domain.PlacementStatus.PAID,
|
||||||
]
|
],
|
||||||
|
invite_link__isnull=False,
|
||||||
)
|
)
|
||||||
.prefetch_related('channel', 'project')
|
.prefetch_related('channel', 'project')
|
||||||
.all()
|
.all()
|
||||||
|
|||||||
Reference in New Issue
Block a user