Skip to content

Commit

Permalink
Merge pull request #1583 from IamHamzaAziz/patch-1
Browse files Browse the repository at this point in the history
fixed syntax in line 14 of code in heading Schedule emails
  • Loading branch information
loks0n authored Jan 6, 2025
2 parents 8bc74ad + d911025 commit 9e82601
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -808,7 +808,7 @@ client
.setKey('919c2d18fb5d4...a2ae413da83346ad2') // Your secret API key
;

const message - await messaging.createEmail(
const message = await messaging.createEmail(
'[MESSAGE_ID]', // messageId
'[SUBJECT]', // subject
'[CONTENT]', // content
Expand Down

0 comments on commit 9e82601

Please sign in to comment.