Skip to content

Commit 2ee88e9

Browse files
Hyperlint Automation Fix
1 parent f201a98 commit 2ee88e9

File tree

1 file changed

+3
-2
lines changed

1 file changed

+3
-2
lines changed

src/content/changelog/email-routing/2025-03-12-reply-limits.mdx

Lines changed: 3 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -17,7 +17,7 @@ It's now possible to keep a threaded email conversation with an [Email Worker](/
1717
Here's an example of a Worker responding to Emails using a Workers AI model:
1818

1919
```ts title="AI model responding to emails"
20-
import PostalMime from "postal-mime";
20+
import PostalMime from 'postal-mime';
2121
import {createMimeMessage} from "mimetext"
2222
import { EmailMessage } from "cloudflare:email";
2323

@@ -48,4 +48,5 @@ export default {
4848
} satisfies ExportedHandler<Env>;
4949
```
5050

51-
See [Reply to emails from Workers](/email-routing/email-workers/reply-email-workers/) for more information.
51+
See [Reply to emails from Workers](/email-routing/email-workers/reply-email-workers/) for more information.
52+

0 commit comments

Comments
 (0)