Skip to content

Commit

Permalink
wrong var name
Browse files Browse the repository at this point in the history
  • Loading branch information
owocki committed May 13, 2020
1 parent 8282380 commit 00e1900
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion app/dashboard/tasks.py
Original file line number Diff line number Diff line change
Expand Up @@ -133,5 +133,5 @@ def m2m_changed_interested(self, bounty_pk, retry: bool = True) -> None:
with redis.lock("m2m_changed_interested:bounty", timeout=LOCK_TIMEOUT):
bounty = Bounty.objects.get(pk=bounty_pk)
from dashboard.notifications import maybe_market_to_github
maybe_market_to_github(instance, 'work_started',
maybe_market_to_github(bounty, 'work_started',
profile_pairs=bounty.profile_pair)

0 comments on commit 00e1900

Please sign in to comment.