Skip to content

Commit

Permalink
fixes #1409
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed Jun 8, 2018
1 parent 9868847 commit 8fe6da7
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions app/marketing/management/commands/expiration_start_work.py
Original file line number Diff line number Diff line change
Expand Up @@ -67,6 +67,7 @@ def handle(self, *args, **options):
bounties = Bounty.objects.filter(
interested=interest,
current_bounty=True,
project_type='traditional',
network='mainnet',
idx_status__in=['open', 'started']
)
Expand Down

0 comments on commit 8fe6da7

Please sign in to comment.