Skip to content

Commit b4a603c

Browse files
author
Rich Leland
committed
Fix linting issues with examples
1 parent beb1a98 commit b4a603c

File tree

2 files changed

+3
-3
lines changed

2 files changed

+3
-3
lines changed

examples/transmissions/send_transmission_with_bcc.js

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -19,7 +19,7 @@ var reqOpts = {
1919
{
2020
address: {
2121
email: "bcc.recipient@example.com",
22-
header_to: '"Original Recipient" <original.recipient@example.com>'
22+
header_to: "'Original Recipient' <original.recipient@example.com>"
2323
},
2424
substitution_data: {
2525
recipient_type: "BCC"

examples/transmissions/send_transmission_with_cc.js

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -20,7 +20,7 @@ var reqOpts = {
2020
address: {
2121
email: "cc.recipient@example.com",
2222
name: "Carbon Copy Recipient",
23-
header_to: '"Original Recipient" <original.recipient@example.com>'
23+
header_to: "'Original Recipient' <original.recipient@example.com>"
2424
},
2525
substitution_data: {
2626
recipient_type: "CC"
@@ -33,7 +33,7 @@ var reqOpts = {
3333
email: "from@example.com"
3434
},
3535
headers: {
36-
"CC": '"Carbon Copy Recipient" <cc.recipient@example.com>'
36+
"CC": "'Carbon Copy Recipient' <cc.recipient@example.com>"
3737
},
3838
subject: "Example email using cc",
3939
text: "An example email using cc with SparkPost to the {{recipient_type}} recipient.",

0 commit comments

Comments
 (0)