Skip to content

Commit 4afb18b

Browse files
authored
Removed email address from sample
1 parent 4257bdf commit 4afb18b

File tree

1 file changed

+2
-2
lines changed

1 file changed

+2
-2
lines changed

samples/node/node-sample.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -115,7 +115,7 @@ const mail = {
115115
subject: "MicrosoftGraph JavaScript SDK Samples",
116116
toRecipients: [{
117117
emailAddress: {
118-
address: "dansil@microsoft.com"
118+
address: "example@example.com"
119119
}
120120
}],
121121
body: {
@@ -285,4 +285,4 @@ client
285285
});
286286
287287
288-
*/
288+
*/

0 commit comments

Comments
 (0)