Skip to content

Commit 160128a

Browse files
celsopenalosa
andauthored
Update src/content/docs/email-routing/email-workers/local-development.mdx
Co-authored-by: Somhairle MacLeòid <[email protected]>
1 parent 2347699 commit 160128a

File tree

1 file changed

+0
-1
lines changed

1 file changed

+0
-1
lines changed

src/content/docs/email-routing/email-workers/local-development.mdx

Lines changed: 0 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -113,7 +113,6 @@ import { EmailMessage } from "cloudflare:email";
113113
import { createMimeMessage } from 'mimetext';
114114
115115
export default {
116-
117116
async fetch(request, env, ctx) {
118117
const msg = createMimeMessage();
119118
msg.setSender({ name: 'Sending email test', addr: '[email protected]' });

0 commit comments

Comments
 (0)