From c628c44d6a8f8e99be2e111ba8a3f52491184dbf Mon Sep 17 00:00:00 2001 From: owocki Date: Wed, 13 May 2020 07:25:58 -0600 Subject: [PATCH] one last typo --- app/dashboard/tasks.py | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) 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)