style: fix Prettier formatting on 11 files

Co-Authored-By: Claude Sonnet 4.6 <noreply@anthropic.com>
This commit is contained in:
Julien Herr
2026-05-21 11:35:37 +02:00
parent 3aea41f862
commit b24ee969d1
11 changed files with 289 additions and 95 deletions
+1 -4
View File
@@ -1,9 +1,6 @@
import { Context } from "hono";
import { Env } from "../types";
import {
ForwardEmailPayload,
handleForwardEmail,
} from "../lib/forwardemail";
import { ForwardEmailPayload, handleForwardEmail } from "../lib/forwardemail";
export async function handle(c: Context): Promise<Response> {
try {