Skip to content

Commit c628c44

Browse files
committed
one last typo
1 parent 00e1900 commit c628c44

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

app/dashboard/tasks.py

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -134,4 +134,4 @@ def m2m_changed_interested(self, bounty_pk, retry: bool = True) -> None:
134134
bounty = Bounty.objects.get(pk=bounty_pk)
135135
from dashboard.notifications import maybe_market_to_github
136136
maybe_market_to_github(bounty, 'work_started',
137-
profile_pairs=bounty.profile_pair)
137+
profile_pairs=bounty.profile_pairs)

0 commit comments

Comments
 (0)