Skip to content

Commit 9ab0dba

Browse files
remove unnecessary config for email worker (#18586)
1 parent c72da67 commit 9ab0dba

File tree

1 file changed

+1
-1
lines changed

1 file changed

+1
-1
lines changed

src/content/docs/email-routing/email-workers/send-email-workers.mdx

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -16,7 +16,7 @@ import { WranglerConfig } from "~/components";
1616

1717
```toml
1818
send_email = [
19-
{type = "send_email", name = "<NAME_FOR_BINDING>", destination_address = "<YOUR_EMAIL>@example.com"},
19+
{name = "<NAME_FOR_BINDING>", destination_address = "<YOUR_EMAIL>@example.com"},
2020
]
2121
```
2222

0 commit comments

Comments
 (0)