Skip to content

Commit

Permalink
fixed eslint errors
Browse files Browse the repository at this point in the history
  • Loading branch information
shahednasser authored Apr 6, 2023
1 parent 322677c commit 4f4d2e1
Showing 1 changed file with 2 additions and 2 deletions.
4 changes: 2 additions & 2 deletions docs/content/plugins/notifications/sendgrid.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -3989,8 +3989,8 @@ const sendOptions = {
templateId: "d-123....",
from: "ACME <[email protected]>",
to: "[email protected]",
data: { dynamic: "data" }
};
data: { dynamic: "data" },
}

sendgridService.sendEmail(sendOptions)
```
Expand Down

0 comments on commit 4f4d2e1

Please sign in to comment.