Skip to content

Commit

Permalink
remove extra bracket
Browse files Browse the repository at this point in the history
  • Loading branch information
Josh Owen committed Jul 22, 2014
1 parent d0c25b5 commit a04cc30
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions linkedin/models.py
Original file line number Diff line number Diff line change
Expand Up @@ -83,7 +83,6 @@ def json(self):
},
'subject': self.subject,
'body': self.body,
}
}
for recipient in self.recipients:
result['recipients']['values'].append(recipient.json)
Expand All @@ -93,4 +92,3 @@ def json(self):
result['item-content']['invitation-request']['authorization'] = auth

return result

0 comments on commit a04cc30

Please sign in to comment.