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

fix: fixed typo email res.statusCode(200) #10331

Merged
merged 1 commit into from
Jul 24, 2023
Merged

Conversation

AdityaNik
Copy link
Contributor

What does this PR do?

Fixes #10329

This is PR fixes the typo i.e. req.statusCode = 200 to res.statusCode = 200

Requirement/Documentation

N/A

@vercel
Copy link

vercel bot commented Jul 23, 2023

@AdityaNik is attempting to deploy a commit to the cal Team on Vercel.

A member of the Team first needs to authorize it.

@vercel
Copy link

vercel bot commented Jul 23, 2023

The latest updates on your projects. Learn more about Vercel for Git ↗︎

Name Status Preview Comments Updated (UTC)
ui ✅ Ready (Inspect) Visit Preview 💬 Add feedback Jul 23, 2023 7:51pm

@github-actions github-actions bot added the 🐛 bug Something isn't working label Jul 23, 2023
@github-actions
Copy link
Contributor

github-actions bot commented Jul 23, 2023

Thank you for following the naming conventions! 🙏

@github-actions
Copy link
Contributor

📦 Next.js Bundle Analysis for @calcom/web

This analysis was generated by the Next.js Bundle Analysis action. 🤖

This PR introduced no changes to the JavaScript bundle! 🙌

@PeerRich PeerRich changed the title fix: fixed typo #10329 fix: fixed typo email res.statusCode(200) Jul 24, 2023
@PeerRich PeerRich merged commit a9cc364 into calcom:main Jul 24, 2023
28 checks passed
fritterhoff pushed a commit to hm-edu/cal.com that referenced this pull request Jul 25, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working
Projects
None yet
Development

Successfully merging this pull request may close these issues.

In apps/web/pages/api/email.ts Typo : 'req.statusCode = 200' should be 'res.statusCode = 200'
2 participants