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 4e1ebc8 commit 7527589Copy full SHA for 7527589
user-auth/graphtutorial/graph.py
@@ -89,7 +89,7 @@ async def send_mail(self, subject: str, body: str, recipient: str):
89
to_recipient = Recipient()
90
to_recipient.email_address = EmailAddress()
91
to_recipient.email_address.address = recipient
92
- message.to_recipients = list[Recipient]()
+ message.to_recipients = []
93
message.to_recipients.append(to_recipient)
94
95
request_body = SendMailPostRequestBody()
0 commit comments