diff --git a/app/dashboard/tasks.py b/app/dashboard/tasks.py index a432815eeaa..ab39c7cf687 100644 --- a/app/dashboard/tasks.py +++ b/app/dashboard/tasks.py @@ -134,4 +134,4 @@ def m2m_changed_interested(self, bounty_pk, retry: bool = True) -> None: bounty = Bounty.objects.get(pk=bounty_pk) from dashboard.notifications import maybe_market_to_github maybe_market_to_github(bounty, 'work_started', - profile_pairs=bounty.profile_pair) + profile_pairs=bounty.profile_pairs)