Skip to content

Commit

Permalink
Fixed typo in FeedbackService.
Browse files Browse the repository at this point in the history
  • Loading branch information
adamkendis committed Mar 31, 2020
1 parent 6735b9a commit dc6c0a5
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion server/src/services/feedbackService.py
Original file line number Diff line number Diff line change
Expand Up @@ -28,7 +28,7 @@ async def create_issue(self, title, body, labels=['feedback'], milestone=None, a
'body': body,
'labels': labels,
'milestone': milestone,
'assigness': assignees
'assignees': assignees
}
payload = dumps(data)

Expand Down

0 comments on commit dc6c0a5

Please sign in to comment.