Skip to content

Commit

Permalink
fix: missing TODO
Browse files Browse the repository at this point in the history
  • Loading branch information
karpolan committed Feb 7, 2024
1 parent 415fd93 commit 1e7081b
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/components/ContactForm/ContactForm.tsx
Original file line number Diff line number Diff line change
Expand Up @@ -48,7 +48,7 @@ const ContactForm = () => {
}

try {
const result = await emailjs.send('default_service', 'template_xxx', {
const result = await emailjs.send('default_service', 'TODO: template_xxx', {
email,
message,
});
Expand Down

0 comments on commit 1e7081b

Please sign in to comment.