Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

fixed syntax in line 14 of code in heading Schedule emails #1583

Merged
merged 1 commit into from
Jan 6, 2025

Conversation

IamHamzaAziz
Copy link
Contributor

While going through the documentation on below link https://appwrite.io/docs/products/messaging/send-email-messages I noticed that for the last heading "Schedule emails" , the Node.js code snippet had "const message - await messaging.createEmail" while the correct syntax is "const message = await messaging.createEmail"

What does this PR do?

(Provide a description of what this PR does.)

Test Plan

(Write your test plan here. If you changed any code, please provide us with clear instructions on how you verified your changes work.)

Related PRs and Issues

(If this PR is related to any other PR or resolves any issue or related to any issue link all related PR and issues here.)

Have you read the Contributing Guidelines on issues?

(Write your answer here.)

While going through the documentation on below link
https://appwrite.io/docs/products/messaging/send-email-messages 
I noticed that for the last heading "Schedule emails" , the Node.js code snippet had "const message - await messaging.createEmail" while the correct syntax is "const message = await messaging.createEmail"
@loks0n loks0n merged commit 9e82601 into appwrite:main Jan 6, 2025
1 check passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants