We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent d0c25b5 commit a04cc30Copy full SHA for a04cc30
linkedin/models.py
@@ -83,7 +83,6 @@ def json(self):
83
},
84
'subject': self.subject,
85
'body': self.body,
86
- }
87
}
88
for recipient in self.recipients:
89
result['recipients']['values'].append(recipient.json)
@@ -93,4 +92,3 @@ def json(self):
93
92
result['item-content']['invitation-request']['authorization'] = auth
94
95
return result
96
-
0 commit comments